fix 修复 springboot 升级后 依赖缺失

This commit is contained in:
疯狂的狮子Li
2026-04-24 09:39:21 +08:00
parent 2779c02953
commit b48fc54151

View File

@@ -41,6 +41,11 @@
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
</dependencies>
</project>