utf-8字符集

master
yangpeng 2024-08-07 01:06:33 +08:00
parent 203d7b29ef
commit 9c819bcfb0
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ VOLUME ["/home/logs/cloud-system"]
#拷贝执行jar包文件COPY
COPY ./cloud-pay-server/target/cloud-pay.jar /home/app.jar
#构建项目启动命令
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
CMD ["/home/app.jar"]