docker 部署应用 console 乱码

xiluhua / 2024-07-11 / 原文

解决办法:启动命令加上  -Dfile.encoding=UTF-8

nohup java -Dfile.encoding=UTF-8 -jar xxx.jar