|
|
@@ -12,7 +12,7 @@
|
|
|
<groupId>com.usoftchina.platform</groupId>
|
|
|
<artifactId>bi-server</artifactId>
|
|
|
<description>bi-server</description>
|
|
|
- <packaging>war</packaging>
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
@@ -44,17 +44,17 @@
|
|
|
<artifactId>java-jwt</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
+ <!--<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- <!--打包的时候可以不用包进去,别的设施会提供。事实上该依赖理论上可以参与编译,测试,运行等周期。
|
|
|
- 相当于compile,但是打包阶段做了exclude操作-->
|
|
|
+ <!–打包的时候可以不用包进去,别的设施会提供。事实上该依赖理论上可以参与编译,测试,运行等周期。
|
|
|
+ 相当于compile,但是打包阶段做了exclude操作–>
|
|
|
<scope>provided</scope>
|
|
|
- </dependency>
|
|
|
+ </dependency>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
- <finalName>bi-server</finalName>
|
|
|
+ <finalName>BI</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|