feat:(1.2.0-beta2): 替换mybatis-plus maven坐标

This commit is contained in:
opensnail 2024-09-23 11:33:26 +08:00
parent 1b63c73149
commit 27460abeb9
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>

View File

@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>