设置启动字符格式为UTF-8
parent
e771fc4602
commit
6cbf4e6596
|
@ -9,4 +9,4 @@ VOLUME ["/home/logs/cloud-system"]
|
||||||
|
|
||||||
COPY ./target/cloud-system.jar /home/app.jar
|
COPY ./target/cloud-system.jar /home/app.jar
|
||||||
|
|
||||||
ENTRYPOINT ["java","-jar","/home/app.jar"]
|
ENTRYPOINT ["java", "-Dfile.encoding=UTF-8", "-jar", "/home/app.jar"]
|
||||||
|
|
Loading…
Reference in New Issue