update mybatis-boot 3.0.2 => 3.0.3 优化依赖传递

This commit is contained in:
疯狂的狮子Li
2023-12-21 11:25:13 +08:00
parent c9ffbc9af1
commit a84f00ecc8
2 changed files with 12 additions and 1 deletions

View File

@@ -27,9 +27,20 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- sql性能分析插件 -->