原文:【SpringBoot】ConflictingBeanDefinitionException: Annotation-specified bean name……

報錯日志如下: Caused by:org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation specified bean name globalExceptionHandler for bean class com.cheng.cloud.common.exception.handl ...

2020-09-01 14:45 0 3519 推薦指數:

查看詳情

: Annotation-specified bean name 'feginClientConfig' for .....

  最近接到任務,重構公司的支付中心。目前公司有兩套基礎架構(在框架上在做封裝),一套比較老,一套比較新。 既然是重構自然而然選擇了新的一套。   雖然是重構,但是其他的訂單業務還是老的一套,多多 ...

Wed May 27 18:55:00 CST 2020 0 956
bean名稱相同沖突Annotation-specified bean name 'xx' for bean class [xxx] conflicts with existing, non-compatible bean definition of same name and class[xxx]

工程中引入其他工程的包,由於兩個工程中有重名的兩個bean,導致在啟動時提示如下錯誤: 根據bean名稱在ide中查找,找到這兩個重名的類,可以看到由於這兩個類使用@Service標注,此時如果不使用命名,那么Spring會在掃描時,將類名首字母小寫作為key,放到一個全局Map中維護。此時 ...

Fri Oct 11 23:40:00 CST 2019 0 5366
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM