diff --git a/Dockerfile b/Dockerfile
index 79825df..d44d0d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,5 +19,5 @@ VOLUME ["/home/logs/cloud-system"]
COPY ./target/cloud-modules-system.jar /home/app.jar
# 构建启动命令
-ENTRYPOINT ["java", "-jar"]
+ENTRYPOINT ["java", "-Dfile.encoding=utf-8", "-jar"]
CMD ["/home/app.jar"]
diff --git a/pom.xml b/pom.xml
index 33b86c6..ba6b18a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.muyu
cloud-server-parent
- 3.6.3
+ 3.6.4
4.0.0
3.6.3