较新版idea执行时,如果没有识别出Lombok生成的方法(我是2021.1)
在File–>Settings–>Build,Execution,Deployment–>Compiler中的Shared build process VM options增加参数-Djps.track.ap.dependencies=false 然后就能正常处理Lombok注解了
如果遇到"Can’t assign requested address" (疑似电脑网卡配置问题)
可在运行配置的VM Options中增加 -Djava.net.preferIPv4Stack=true
如果正常使用mvn没能加载全部依赖或有些编译未通过,可尝试使用以下命令
mvn clean install -Dmaven.test.skip=true --settings setting.xml
运行报错Error running ‘Application‘: Command line is too long
项目里面的idea/workspace.xml文件,然后再找到标签,
在component 标签里加一行
打开idea->run-> run configuration,修改Short command line 为 JAR manifest 开头的选项