Merge remote-tracking branch 'origin/1.0' into 1.0
This commit is contained in:
commit
563bc271f3
80
pom.xml
80
pom.xml
|
@ -4,10 +4,10 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<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,44 +146,40 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
||||||
|
<!-- <plugin>-->
|
||||||
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<!-- <plugin>-->
|
<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
<!-- <executions>-->
|
||||||
<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
<!-- <execution>-->
|
||||||
<!-- <executions>-->
|
<!-- <id>copy-dependencies</id>-->
|
||||||
<!-- <execution>-->
|
<!-- <phase>prepare-package</phase>-->
|
||||||
<!-- <id>copy-dependencies</id>-->
|
<!-- <goals>-->
|
||||||
<!-- <phase>prepare-package</phase>-->
|
<!-- <goal>copy-dependencies</goal>-->
|
||||||
<!-- <goals>-->
|
<!-- </goals>-->
|
||||||
<!-- <goal>copy-dependencies</goal>-->
|
<!-- <configuration>-->
|
||||||
<!-- </goals>-->
|
<!-- <!– 拷贝项目依赖包到lib/目录下 –>-->
|
||||||
<!-- <configuration>-->
|
<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
||||||
<!-- <!– 拷贝项目依赖包到lib/目录下 –>-->
|
<!-- <overWriteReleases>false</overWriteReleases>-->
|
||||||
<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
<!-- <overWriteSnapshots>false</overWriteSnapshots>-->
|
||||||
<!-- <overWriteReleases>false</overWriteReleases>-->
|
<!-- <overWriteIfNewer>true</overWriteIfNewer>-->
|
||||||
<!-- <overWriteSnapshots>false</overWriteSnapshots>-->
|
<!-- </configuration>-->
|
||||||
<!-- <overWriteIfNewer>true</overWriteIfNewer>-->
|
<!-- </execution>-->
|
||||||
<!-- </configuration>-->
|
<!-- </executions>-->
|
||||||
<!-- </execution>-->
|
<!-- </plugin>-->
|
||||||
<!-- </executions>-->
|
<!-- <plugin>-->
|
||||||
<!-- </plugin>-->
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||||
<!-- <plugin>-->
|
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
||||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
<!-- <configuration>-->
|
||||||
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
<!-- <layout>ZIP</layout>-->
|
||||||
<!-- <configuration>-->
|
<!-- <includes>-->
|
||||||
<!-- <layout>ZIP</layout>-->
|
<!-- <include>-->
|
||||||
<!-- <includes>-->
|
<!-- <groupId>nothing</groupId>-->
|
||||||
<!-- <include>-->
|
<!-- <artifactId>nothing</artifactId>-->
|
||||||
<!-- <groupId>nothing</groupId>-->
|
<!-- </include>-->
|
||||||
<!-- <artifactId>nothing</artifactId>-->
|
<!-- </includes>-->
|
||||||
<!-- </include>-->
|
<!-- </configuration>-->
|
||||||
<!-- </includes>-->
|
<!-- </plugin>-->
|
||||||
<!-- </configuration>-->
|
|
||||||
<!-- </plugin>-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue