yufeng0528 4 vuotta sitten
vanhempi
commit
4ccfdce439
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      spring5-common/pom.xml

+ 5 - 1
spring5-common/pom.xml

@@ -15,7 +15,11 @@
15
     </parent>
15
     </parent>
16
     
16
     
17
 	<dependencies>
17
 	<dependencies>
18
-
18
+        <!-- Spring Boot Web 依赖 -->
19
+        <dependency>
20
+            <groupId>org.springframework.boot</groupId>
21
+            <artifactId>spring-boot-starter-web</artifactId>
22
+        </dependency>
19
 		
23
 		
20
 	</dependencies>
24
 	</dependencies>
21
 </project>
25
 </project>