配置修改
This commit is contained in:
parent
aec28f662a
commit
40b26f94d8
10
pom.xml
10
pom.xml
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
<groupId>com.dpkj</groupId>
|
<groupId>com.dpkj</groupId>
|
||||||
<!-- 银医通-澜沧中医院-DLL-台式机 -->
|
<!-- 银医通-澜沧中医院-DLL-台式机 -->
|
||||||
<artifactId>yinyitong-zhongyuyuan-dll-stand</artifactId>
|
<artifactId>yinyitong-dll-stand</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>yinyitong-zhongyuyuan-dll-stand</name>
|
<name>yinyitong-dll-stand</name>
|
||||||
<description>银医通-澜沧中医院-DLL-台式机</description>
|
<description>银医通-澜沧中医院-DLL-台式机</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>ems-express-call-dll</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -146,8 +146,6 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
||||||
<!-- <plugin>-->
|
<!-- <plugin>-->
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
|
@ -184,8 +182,6 @@
|
||||||
<!-- </plugin>-->
|
<!-- </plugin>-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
<!--打包时将resource下的文件一起打包-->
|
<!--打包时将resource下的文件一起打包-->
|
||||||
<resources>
|
<resources>
|
||||||
|
|
Loading…
Reference in New Issue