polarismesh / polaris

Service Discovery and Governance Platform for Microservice and Distributed Architecture
https://polarismesh.cn
Other
2.41k stars 399 forks source link

在默认编码为GBK的windows环境下运行polaris-standalone失败 #1361

Open fuyuwei01 opened 5 months ago

fuyuwei01 commented 5 months ago

Windows11下运行polaris-standalone-release_v1.18.1.windows.amd64时报错,原因是系统默认编码为GBK,将默认编码改为UTF-8后解决。 参考:https://blog.csdn.net/robinhunan/article/details/106047345