升级最新依赖

This commit is contained in:
YunaiV
2024-01-19 22:40:59 +08:00
parent 6a6e95fcb6
commit fcef0f7f50
3 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>