Skip to content

Commit

Permalink
修复启动失败
Browse files Browse the repository at this point in the history
  • Loading branch information
open-snail2 committed Apr 9, 2024
1 parent 7e06638 commit 12d7243
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,9 @@
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.3.2</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.3</version>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.6</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
Expand Down

0 comments on commit 12d7243

Please sign in to comment.