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

更多推荐

Consider defining a bean of type 'com.xxx.service.impl.xxxlmpl' in you