Skip to main content

2 posts tagged with "idea"

View All Tags

· One min read
Alan

依次打开IDEA设置:

Settings > Build, Execution, Deployment > Compiler

然后在 Shared build process VM options 增加 -Djps.track.ap.dependencies=false 即可.

也可以针对项目设置. 原理就是使用增加JVM环境变量.

如果还未生效, 需要执行以下mvn clean命令清理 target