Browse Source

fix 修复 springboot 升级后 依赖缺失

疯狂的狮子Li 2 months ago
parent
commit
b48fc54151
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-common/ruoyi-common-satoken/pom.xml

+ 5 - 0
ruoyi-common/ruoyi-common-satoken/pom.xml

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