idea Build Project时报错
SpringBoot编译报错:java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate. Use build process “jps.track.ap.dependencies” VM flag to enable/
·
SpringBoot编译报错:java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate. Use build process “jps.track.ap.dependencies” VM flag to enable/disable incremental annotation processing environment.
解决方案:
1.增加:-Djps.track.ap.dependencies=false

2.清理Idea缓存,重启Idea
更多推荐




所有评论(0)