fix 修复 springboot 升级后 依赖缺失
This commit is contained in:
parent
2779c02953
commit
b48fc54151
|
|
@ -41,6 +41,11 @@
|
|||
<artifactId>caffeine</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user