Browse Source

补充资源分享页面依赖

honorfire 6 months ago
parent
commit
ee123b4ab7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      snowy-modules/snowy-web-app/pom.xml

+ 5 - 0
snowy-modules/snowy-web-app/pom.xml

@@ -219,6 +219,11 @@
             <artifactId>spring-cloud-starter-openfeign</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-thymeleaf</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>