perf:调整依赖

This commit is contained in:
曾文豪
2023-01-10 15:31:33 +08:00
parent 6e67f5cbe0
commit 2a0b99c9da
10 changed files with 52 additions and 59 deletions

View File

@@ -30,6 +30,10 @@
<artifactId>spring-boot-starter-json</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
<exclusion>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
</exclusions>
</dependency>