设置字符集utf-8

master
DongZeLiang 2024-04-24 15:23:01 +08:00
parent 0d91b28b7f
commit 6eed0e51f3
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ WORKDIR /home/app
COPY ./ruoyi-application/target/ruoyi-application.jar /home/app/app.jar
# 执行
CMD ["java", "-jar", "-Dfile.encoding=utf-8", "/home/app/app.jar", "--spring.profiles.active=test"]
CMD ["java", "-Dfile.encoding=utf-8", "-jar", "/home/app/app.jar", "--spring.profiles.active=test"]