01-报错JPS incremental annotation
2022-04-28 本文已影响0人
wshsdm
SpringCloud编译报错: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
image.png
2.清理缓存
image.png