问题总结

1、编译项目时,报“Field.java:[41,41] 错误: 编码GBK的不可映射字符”
在IDEA中修改Editor->File Encoding中的编码为UTF-8,问题没解决,后来根据网上的提示,将pom.xml中plugin中添加编码参数为UTF-8后,问题解决:




org.apache.maven.plugins
maven-compiler-plugin
2.3.2

UTF-8
1.8
1.8



2、@SpringBootApplication无法被引入
确保所依赖的jar在pom.xml中引入的前提下,右击项目->Maven->Reimport,更新项目后,再重新引入该类。

 

转载于:https://www.cnblogs.com/atai/p/Java.html

你可能感兴趣的:(问题总结)