Could not autowire. No beans of ‘ApUserService‘ type found.

出现这个问题,在Service层没有加@Secvice注解,或Impl加上@Repository注解,就解决问题了。

你可能感兴趣的:(java)