diff --git a/Dockerfile b/Dockerfile index 9ea7a13..721a1c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,5 @@ VOLUME ["/home/logs/cloud-system"] COPY ./target/cloud-system.jar /home/app.jar #构建项目启动命令 -ENTRYPOINT ["java","-jar"] +ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"] CMD ["/home/app.jar"] \ No newline at end of file diff --git a/pom.xml b/pom.xml index 520f1fb..cef50f1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,14 @@ com.muyu cloud-server-parent - 3.6.3 + 3.6.4 4.0.0 - 3.6.3 + cloud-system + + 1.0.0 + cloud-modules-system系统模块