idea 运行报错:java: JPS incremental annotation processing is disabled.
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

2.清理缓存

3.还有可能是这个情况:
https://www.cnblogs.com/rsaki/articles/15643982.html

浙公网安备 33010602011771号