java: JPS incremental annotation processing is disabled. Compilation results on partial ...

项目场景:

从远程库SVN中拉取 SpringCloud 项目,并搭建过程中遇到问题


问题描述:

Springcloud项目中的一个子服务build失败,报错,且存在某个程序包不存在。实际上此程序包从Maven已经导入

报错一:
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.

报错二:
java: 程序包com.xxxx.preference.bean不存在

在这里插入图片描述


原因分析:

目前未知原因,初步判断使用了最新版本Idea:2021.1 。软件出现某些问题


解决方案:

改用旧版本Idea:2020.3

你可能感兴趣的:(Software,日常Bug,idea)