项目启动设置字符集

master
chentaisen 2024-07-28 23:15:08 +08:00
parent 4eaf981e2b
commit c345f531a5
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ VOLUME ["/home/logs/cloud-gateway"]
COPY ./target/cloud-gateway.jar /home/app.jar
#构建启动命令
ENTRYPOINT ["java","-jar"]
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
CMD ["/home/app.jar"]