Skip to content

Commit

Permalink
排除 mybatis-plus-boot-starter 中的 mybatis-spring 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Jan 9, 2024
1 parent ba70f5c commit 54c69ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tang-extension/tang-mybatis-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit 54c69ae

Please sign in to comment.