服务启动

This commit is contained in:
2025-10-05 18:00:29 +08:00
parent ef96570896
commit 1970865acb
25 changed files with 558 additions and 54 deletions

View File

@@ -45,10 +45,10 @@
</exclusions>
</dependency>
<!-- MyBatis Plus -->
<!-- MyBatis Plus for Spring Boot 3 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
</dependency>
<!-- MySQL驱动 -->