配置修改

This commit is contained in:
萧道子 2025-02-24 16:12:26 +08:00
parent aec28f662a
commit 40b26f94d8
2 changed files with 40 additions and 42 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# 台式机对接程序

10
pom.xml
View File

@ -5,9 +5,9 @@
<groupId>com.dpkj</groupId>
<!-- 银医通-澜沧中医院-DLL-台式机 -->
<artifactId>yinyitong-zhongyuyuan-dll-stand</artifactId>
<artifactId>yinyitong-dll-stand</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>yinyitong-zhongyuyuan-dll-stand</name>
<name>yinyitong-dll-stand</name>
<description>银医通-澜沧中医院-DLL-台式机</description>
<parent>
@ -123,7 +123,7 @@
</dependencies>
<build>
<finalName>ems-express-call-dll</finalName>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
@ -146,8 +146,6 @@
</plugin>
<!-- 不需要分开打包的就将下面的插件全部注释-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
@ -184,8 +182,6 @@
<!-- </plugin>-->
</plugins>
<!--打包时将resource下的文件一起打包-->
<resources>