多模塊運行報錯
為什么我照著運行,報錯
Parameter 0 of method userFindAll in web.config.RouterFunctionConfiguration required a bean of type 'UserRepository' that could not found.
為什么我照著運行,報錯
Parameter 0 of method userFindAll in web.config.RouterFunctionConfiguration required a bean of type 'UserRepository' that could not found.
2018-07-22
舉報
2018-07-29
需要需要依賴某個模塊,需要引入它
比如 service 模塊依賴 dao 模塊,需要在 service 里添加
2018-07-22
目測是依賴沒依賴好? 自己看看依賴