fix: 优化逻辑

This commit is contained in:
tangwei 2026-07-31 10:02:34 +08:00
parent 4feffc1b88
commit aafebe55c1

View File

@ -56,6 +56,13 @@
<artifactId>mybatis-spring</artifactId>
<version>3.0.3</version>
</dependency>
<!-- 强制统一 error_prone_annotations 版本 -->
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.43.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@ -115,8 +122,6 @@
<version>${guava.version}</version>
</dependency>
<!-- 对于 jar 包spring-boot-starter-web 已包含嵌入式 Tomcat无需显式 provided -->
<!-- spring-quartz任务-->
<dependency>
<groupId>org.springframework.boot</groupId>