Преглед на файлове

fix 修复 springboot 升级后 依赖缺失

疯狂的狮子Li преди 2 месеца
родител
ревизия
b48fc54151
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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>