Merge remote-tracking branch 'origin/xiaohucoding'

# Conflicts:
#	src/main/resources/application.properties
This commit is contained in:
Lpz
2025-05-14 08:30:36 +08:00
10 changed files with 283 additions and 0 deletions

11
pom.xml
View File

@ -61,6 +61,17 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter-test</artifactId>
<version>3.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>