美文网首页
Bean重复

Bean重复

作者: lenny611 | 来源:发表于2021-07-28 02:30 被阅读0次

    org.springframework.beans.factory.BeanDefinitionStoreException:
    Annotation-specified bean name 'umsMemberController' for bean class [com.lenny.dongbao.ums.controller.UmsMemberController] conflicts with existing, non-compatible bean definition of same name and class

    解决方案:
    1.查询文件位置


    image.png

    2.找到冲突的bean


    image.png
    3.删除其中一个,或者能区分bean的办法也可以。

    相关文章

      网友评论

          本文标题:Bean重复

          本文链接:https://www.haomeiwen.com/subject/efiamltx.html