From 5cb78687fd3566a5c5e0c5c90e353c31d85b9c5b Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Fri, 23 Aug 2024 21:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pom=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- cloud-property-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9b5008..d229466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/cloud-property-server/pom.xml b/cloud-property-server/pom.xml index 99c78fe..17411c7 100644 --- a/cloud-property-server/pom.xml +++ b/cloud-property-server/pom.xml @@ -84,7 +84,7 @@ - cloud-integration + cloud-property org.springframework.boot