问题描述
Annotation-specified bean name 'dictAspect' for bean class [org.jxbd.common.aspect.DictAspect] conflicts with existing, non-compatible bean definition of same name and class [org.jeecg.common.aspect.DictAspect]
class path resource [org/jeecg/common/util/security/AbstractQueryBlackListHandler.class] cannot be opened because it does not exist
框架自带org.jeecg 包路径与自定义org.jxbd包路径下产生相冲突的bean
不清楚jeect为什么在修改了包路径后,仍会去加载org.jeect路径下的bean
每次运行的错误还不一样,很奇怪的问题
解决方案
暂未发现相关解决方案
网上的一些解决思路,在实践后发现仍无效
https://blog.csdn.net/jiaoyuxueyuan/article/details/128271651 大量bean冲突
https://jeecg.com/doc/qa
https://blog.csdn.net/qq_39564789/article/details/110080904 只解决了某个冲突的bean
标签:自定义,路径,jeect,bean,org,class,jeecg From: https://www.cnblogs.com/ReturnOfTheKing/p/18150971