报错信息:Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [base.biz.svc.guarprocessmgr.api,base.biz.svc.guarlettermgr.api] are excluded from annotation processing
解决:1.先对引用的项目进行maven clean install
2.然后把这个项目给remove Moudle
3.然后在启动你需要启动的那个项目。
轮换着remove Moudle项目,然后在点击其pom.xml进行Add as Maven project重新引入。点击运行