異常解決:non-compatible bean definition of same name and class【com.xxx.xxx.XXX】
昨天同事遇到這樣一個問題,意思是spring找到 有相同的實現類名在不同的package目錄下。
跟蹤他的專案程式碼並未發現問題。 重新給他的maven專案進行maven install一下。 檢視打好的war包,發現裡面確實存在相同的實現類名的class檔案。
原因:他之前建立了一個介面的實現類,然後後面挪了個位置,但是重新打包的時候,並沒有進行clean一下,導致打出來的war裡面的class存在了兩個。
解決:
maven clean一下, project clean一下。 重新打包,問題解決
相關文章
- No bean named 'cacheManager' availablej 異常解決BeanAI
- 解決程式中Error creating bean with name 'XXXXX‘ defined in class path resource [application的異常ErrorBeanAPP
- Error creating bean with name 解決ErrorBean
- java.lang.IllegalArgumentException: Could not find class異常解決方式JavaException
- 異常解決——Spring Cloud FeignClient: BeanCreationException: Error creating bean with name XXXServiceSpringCloudclientBeanExceptionError
- 類定義(class definition)
- Using Multiple Variables with the Same Name
- Ionic異常及解決
- CMake Error: add_executable cannot create target ““ because another target with the same name已解決Error
- 異常解決 java.io.FileNotFoundException: class path resource [spring/springmvc.xml]JavaExceptionSpringMVCXML
- error: '[class name]' does not name a typeError
- typedef and struct inside class definition?StructIDE
- javaWeb常見異常的解決方法JavaWeb
- flume file channel 異常解決
- Unknowncolumn'*'in'fieldlist'異常解決
- HS: Created new FDS class definition in server DDServer
- CentOS 常見異常及解決辦法CentOS
- 異常解決——Failed to introspect Class [com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration]AIROSGithub
- Under the same directory(folder) copy or rename with the different extension name
- Spring注入bean報錯 Error creating bean with name的網上找不到的解決方案SpringBeanError
- Java新增構造方法異常異常——Could not autowire. there is more than one bean of '' typeJava構造方法Bean
- [持續更新]hive異常解決方案Hive
- Mysql 的一些異常解決MySql
- 資料庫異常hang住解決資料庫
- JVM 異常退出的問題解決JVM
- Spring10種常見異常解決方法Spring
- Qt報Multiple definition錯誤的解決QT
- [vue-router] Duplicate named routes definition: { name: "home", path: "/home" }Vue
- No Bean named 'Xxx' available 異常報錯BeanAI
- 關於SpringMVC的HttpMediaTypeNotSupportedException異常解決SpringMVCHTTPException
- native程式異常crash定位解決方案
- OAF helloworld 學習異常問題解決
- struts2的異常There is no Action mapped for namespace / and action nameAPPnamespace
- Error creating bean with name ‘dataSource‘ErrorBean
- Tomcat常見異常及解決方案程式碼例項Tomcat
- 阿里雲異常流量及異常網路連線的安全解決過程阿里
- oracle出異常:Io 異常: The Network Adapter could not establish the connection 解決辦法OracleAPT
- 請教:castor MappingException: Could not find the class異常ASTAPPException