1.Command line is too long.
问题描述:idea中添加jvm参数运行的时候Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
解决:找到workspace.xml,在如下位置添加配置
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
2.You aren’t using a compiler supported by lombok
问题描述:You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled
解决:找到Preferences > Build, Execution, Deployment > Compiler 添加如下配置
-Djps.track.ap.dependencies=false

3、删除Idea中无效的引用
删除Idea中无效的引用
解决:Preferences | Editor | General | Auto Import

IDEA优化技巧:长命令行缩短与Lombok启用教程
1万+

被折叠的 条评论
为什么被折叠?



