build项目报错
Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [channel-stream-dependency,channel-stream-biz] are excluded from annotation processing
是因为两个子模块相互依赖导致的,也就是说,在dependency和biz这两个module的pom文件中,互相使用了对方
所以,在一方中,将另外一方的maven依赖去除即可