v1.0.9 release (^.^)YYa!!

This commit is contained in:
开源海哥 2023-04-09 16:30:40 +08:00
parent 34cd40c411
commit d6dc9bc3d6
4 changed files with 7 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-codegen</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```

View File

@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `tb_account`
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-core</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```

View File

@ -9,7 +9,7 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-core</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```
@ -19,7 +19,7 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
``````
@ -29,6 +29,6 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```

View File

@ -7,7 +7,7 @@
<groupId>com.mybatis-flex</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.0.8</version>
<version>1.0.9</version>
<name>mybatis-flex</name>
<url>https://mybatis-flex.com</url>
@ -63,7 +63,7 @@
<HikariCP.version>4.0.3</HikariCP.version>
<spring.version>5.3.25</spring.version>
<spring-boot.version>2.7.9</spring-boot.version>
<spring-boot.version>2.7.10</spring-boot.version>
<solon.version>2.2.10</solon.version>
<junit.version>4.13.2</junit.version>
@ -120,7 +120,6 @@
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>