idea热加载指定编译编码

Posted seeall

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea热加载指定编译编码相关的知识,希望对你有一定的参考价值。

时间:2020年11月20日

 

问题描述:

idea:  file -> settings -> editor -> file encodings  编码全部修改为utf-8,clean install后项目启动各方面编码都没有问题,但是热编译某个java文件后,编码就乱码了

 

问题解决:

修改idea热加载指定编译编码

file -> settings  -> Build, Execution, Deployment -> compiler -> java compiler -> Additional command line parameters:(如下) 设置为-encoding utf-8

技术图片

 

以上是关于idea热加载指定编译编码的主要内容,如果未能解决你的问题,请参考以下文章

Intellij IDEA 4种配置热部署的方法

IDEA实现热部署的几种方式

Intellij IDEA 4种配置热部署的方法

Intellij IDEA 4种配置热部署的方法

Intellij IDEA 4种配置热部署的方法

SpringBoot+gradle+idea实现热部署和热加载