美文网首页Intellij IDEAIntellij IDEA startidea intellij
Intellij Idea乱码解决方案都在这里了

Intellij Idea乱码解决方案都在这里了

作者: Java技术栈 | 来源:发表于2017-10-24 11:44 被阅读250次

    乱码场景

    使用Intellij Idea经常遇到乱码问题,可以总结为以下几类乱码的场景。

    1、工程代码乱码。

    2、main方法运行,控制台乱码。

    3、tomcat运行,控制台乱码。

    解决方案

    1、工程代码乱码

    Settings > Editor > File Encodings > Global Encodings & Project Encodings 设置为:UTF-8

    2、main方法运行,控制台乱码

    Settings > Build, Execution, Deployment > Compile > Java Compiler > Additional command line parameters > 设置为:-encoding utf-8

    3、tomcat运行,控制台乱码

    Edit Configurations > Tomcat Server > server > VM options > 设置为:-Dfile.encoding=UTF-8

    idea > bin > idea.exe.vmoptions或者idea64.exe.vmoptions配置文件末尾添加:-Dfile.encoding=UTF-8

    推荐阅读

    什么是Spring Boot?
    Spring Boot开启的2种方式
    Spring Boot Starters启动器
    Spring Boot定制启动图案
    Spring Boot核心配置
    Spring Boot功能实战
    Spring Boot自动配置原理、实战
    Spring Boot Runner启动器
    Spring Boot - Profile不同环境配置

    看完有没有收获?分享到朋友圈给更多的人吧。

    相关文章

      网友评论

        本文标题:Intellij Idea乱码解决方案都在这里了

        本文链接:https://www.haomeiwen.com/subject/phngextx.html