Browse Source

打war包时启用外部tomcat

chenw 7 years ago
parent
commit
63c3213d05
1 changed files with 4 additions and 4 deletions
  1. 4 4
      bi-server/pom.xml

+ 4 - 4
bi-server/pom.xml

@@ -44,13 +44,13 @@
       <artifactId>java-jwt</artifactId>
     </dependency>
 
-    <!--<dependency>
+    <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-tomcat</artifactId>
-      &lt;!&ndash;打包的时候可以不用包进去,别的设施会提供。事实上该依赖理论上可以参与编译,测试,运行等周期。
-          相当于compile,但是打包阶段做了exclude操作&ndash;&gt;
+      <!--打包的时候可以不用包进去,别的设施会提供。事实上该依赖理论上可以参与编译,测试,运行等周期。
+          相当于compile,但是打包阶段做了exclude操作-->
       <scope>provided</scope>
-    </dependency>-->
+    </dependency>
   </dependencies>
 
   <build>