feat: replace mybatis-plus to mybatis-flex
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jiangyc</groupId>
|
<groupId>day.gitlab</groupId>
|
||||||
<artifactId>mybatis-flex-spring-boot4-starter</artifactId>
|
<artifactId>mybatis-flex-spring-boot4-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Lombok -->
|
<!-- Lombok -->
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -55,7 +55,7 @@
|
|||||||
<version>${mybatis-spring.version}</version>
|
<version>${mybatis-spring.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jiangyc</groupId>
|
<groupId>day.gitlab</groupId>
|
||||||
<artifactId>mybatis-flex-spring-boot4-starter</artifactId>
|
<artifactId>mybatis-flex-spring-boot4-starter</artifactId>
|
||||||
<version>${mybtis-flex.version}</version>
|
<version>${mybtis-flex.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user