标签:idea 乱码问题 text png img catalog file odi size
这主要是maven编译时编码问题导致的。在Intellij的settings中maven的run配置中设置它的VM Options为-DarchetypeCatalog=internal -Dfile.encoding=GBK,就可以解决maven编译、打包时中文乱码的问题。
解决方法:
Setting->maven->runner
VMoptions: -Dfile.encoding=GB2312
个人解决方法,直接在tomcat配置中的VM-option中设置了 -Dfile.encoding=UTF-8 直接就好了
标签:idea 乱码问题 text png img catalog file odi size
原文地址:https://www.cnblogs.com/coder-lzh/p/9060071.html