admin管理员组

文章数量:1612098

IDEA报错问题

java: Workaround: to make project compile with the current annotation processor implementation, start JPS with VM option: -Djps.track.ap.dependencies=false
  When run from IDE, the option can be set in "Compiler Settings | build process VM options"
解决方法

打开IDEA,点击Preference选中Compiler选项中的Shared build process VM options加入下面的配置:

-Djps.track.ap.dependencies=false

结果

处理前

处理后

本文标签: ProjectWorkaroundJavacompileproces