如圖,我在啟動(dòng)服務(wù)的時(shí)候,命令行是亂碼的。調(diào)試的時(shí)候,返回值是亂碼的,所以前臺(tái)顯示的時(shí)候,也就亂碼顯示了。
我的setting設(shè)置的都是UTF-8,我哪里配置錯(cuò)了??
走同樣的路,發(fā)現(xiàn)不同的人生
I have never used idea. There are two types of garbled characters on the internet: editor garbled characters and console garbled characters. Does your info belong to editor garbled characters or console garbled characters? , and the font in color&fonts has also been changed to utf-8
I see that the picture you added is garbled on the console: Online solution
The console output is garbled. To solve this problem, just add -Dfile.encoding=UTF-8 to the VM options in configurations and it will be solved
------------------------------------------------- ------------correct answer------------------------------------ ---------------
Okay, it's a problem with my project.
My project is a gradle project, so I need to add the following configuration in build.gradle:
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'
Modifying the file encoding will not affect the console output.
Have the questioner modified IDEA字體
? If so, you can try changing it to the default value.