修改pom打包名

master
Yueng 2024-08-23 21:58:08 +08:00
parent 2587d6aeea
commit 5cb78687fd
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-property","/home/uploadPath"]
#拷贝执行jar包文件
COPY ./cloud-property/target/cloud-property.jar /home/app.jar
COPY ./cloud-property-server/target/cloud-property.jar /home/app.jar
#构建启动命令
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]

View File

@ -84,7 +84,7 @@
</dependencies>
<build>
<finalName>cloud-integration</finalName>
<finalName>cloud-property</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>