Browse Source

去除多余依赖

linhuili 3 năm trước cách đây
mục cha
commit
1eb522d41a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -64,6 +64,10 @@
             <artifactId>jsr311-api</artifactId>
             <version>1.1.1</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-web</artifactId>
+        </dependency>
     </dependencies>
 
 </project>