springboot專案解決 No beans of 'UserDao' type found 問題
今天建立了一個Springboot+mybatis+mysql的小測試用例,在沒有新增service層的時候完全執行完全沒有問題,但是新增了實現介面和實現類後報了檢查錯誤
雖然不影響執行結果 ,但是本人有些強迫症看著不舒服,上網找解決方案吧。大概看了一下,網上給的解決方案基本都是下載安裝Mybatis Plugin 外掛,自己也嘗試著下載了Mybatis Plugin外掛,但是Mybatis Plugin外掛是收費的,所以按照網上教程進行破解。可能是因為我的idea是2018.2.2最新版本的原因吧 ,破解一直不成功。這時看到另一博主提供的解決方案,使用,在dao層加一個註解。如下圖所示:
@Component(value = “UserDao”);
完美解決問題
特此記錄,以防後期遇見同樣問題;
後期還有兩個解決方案可以解決這個問題:1、在interface介面新增@Service註解;2、在bean的@Autowired下新增@Lazy註解
相關文章
- 問題No property 屬性名 found for type 類名
- SpringBoot-java.lang.IllegalArgumentException: Not a managed type異常問題解決方法Spring BootJavaException
- vue專案中解決type=”file“ change事件只執行一次的問題Vue事件
- Django專案解決跨域問題Django跨域
- maven專案缺jar問題解決MavenJAR
- 解決bash: mysql: command not found的問題MySql
- could not autowire. No beans of 'xxxx' 問題解決Bean
- Vue專案History模式404問題解決Vue模式
- SpringBoot專案maven pom.xml警告Overriding managed version問題解決Spring BootMavenXML
- Could not autowire. No beans of 'OrderService' type found. less... (Ctrl+F1) Inspection info:ChecksBean
- Nginx 配置 Vue 專案解決跨域問題NginxVue跨域
- 專案總結(幾大未解決問題)
- SpringBoot跨域問題解決方案Spring Boot跨域
- 部署專案遇到的mysql問題以及解決方法MySql
- 前端使用 gulp 解決多專案快取問題前端快取
- 舊專案 TypeScript 改造問題與解決方案記TypeScript
- 爬蟲專案常見問題及解決方案爬蟲
- mysqld: File './binlog.~rec~' not found 問題解決處理MySql
- 由spring專案轉為springboot專案的問題Spring Boot
- 解決Parameter '__frch_item_0' not found. Available parameters 問題AI
- configure: error: no acceptable C compiler found in $PATH 問題解決ErrorCompile
- 解決GAT專案Bug:ETC費用統計問題
- 軟體專案管理常見問題及解決方案專案管理
- [轉]Android專案原始碼混淆問題解決方法Android原始碼
- 專案管理要突出解決好四個問題(轉)專案管理
- org.springframework.beans.factory.BeanNotOfRequiredTypeException must be of typeSpringFrameworkBeanUIException
- IDEA開發SpringBoot專案問題集IdeaSpring Boot
- 解決「問題」,不要解決問題
- 關於"asmcmd: command disallowed by current instance type"問題解決ASM
- SpringBoot學習——@Autowired自動注入報:could not be found問題的理解和解決方案Spring Boot
- Error:A problem was found with the configuration of task ':app:packageDebug' 問題解決ErrorAPPPackage
- install emc powerpath on redhat linux and 'Found duplicate PV' 問題解決RedhatLinux
- maven打包jar無法打入依賴專案問題解決MavenJAR
- SpringBoot解決前後端跨域問題Spring Boot後端跨域
- 分模組的maven專案除錯時報Source not found的解決辦法Maven除錯
- 徹底解決java WEB專案的檔案路徑問題(war包)JavaWeb
- SpringBoot 解決打包釋出後讀取不到 json 檔案問題Spring BootJSON
- 專案經理如何有效管理專案進度?專案管理3大常見問題及解決方案專案管理