yufeng0528 před 4 roky
rodič
revize
4ccfdce439
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5 1
      spring5-common/pom.xml

+ 5 - 1
spring5-common/pom.xml

@@ -15,7 +15,11 @@
15 15
     </parent>
16 16
     
17 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 24
 	</dependencies>
21 25
 </project>