
Consider defining a bean of type 'com.xxx.service.impl.xxxlmpl' in your configuration
APPLICATION FAILED TO START
Description:
Field xxxclmpl in com.xxx.service.impl.xxxImpl required a bean of type ‘com.xxx.service.impl.xxxlmpl’ that could not be found.
Action:
Consider defining a bean of type ‘com.xxx.service.impl.xxxlmpl’ in your configuration.
Process finished with exit code 1
找不到xxximpl,我的错误原因是因为没有再impl上加@Service
👁️ 阅读量:0
© 版权声明:本文《Consider defining a bean of type 'com.xxx.service.impl.xxxlmpl' in your configuration》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686552117a289822.html。