Kaynağa Gözat

maven tomcat 排除

hubin 1 yıl önce
ebeveyn
işleme
00e2b86266
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      aizuda-service-parent/pom.xml

+ 6 - 0
aizuda-service-parent/pom.xml

@@ -13,6 +13,12 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>