fix 修复 springboot 升级后 依赖缺失

This commit is contained in:
疯狂的狮子Li
2026-04-24 09:39:17 +08:00
parent 89376ad511
commit d68ee9c5a0

View File

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