升级最新依赖

This commit is contained in:
YunaiV
2024-01-19 22:41:05 +08:00
parent aab2375ff2
commit 92f8fa8d7c
2 changed files with 21 additions and 28 deletions

View File

@@ -77,13 +77,6 @@
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 -->
</dependency>
<!-- TODO 芋艿:临时解决 spring boot 3.x 适配 -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>
</project>