Browse Source

加上web

yufeng0528 4 years ago
parent
commit
4ccfdce439
1 changed files with 5 additions and 1 deletions
  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>