增加mybatis配置项

This commit is contained in:
KilLze
2025-12-17 19:55:24 +08:00
parent b9f88f9f5d
commit b28b0dcb5e
2 changed files with 12 additions and 6 deletions

View File

@@ -25,14 +25,13 @@
<scope>runtime</scope>
</dependency>
<!-- Added MyBatis Spring Boot Starter dependency -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.19</version>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>