Explorar el Código

补充资源分享页面依赖

honorfire hace 6 meses
padre
commit
ee123b4ab7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>