我想用Spring Security创建身份验证!我有这个错误

时间:2019-11-24 21:22:19

标签: spring spring-boot

  

申请无法开始

说明:

Field userService in com.rizomm.filemanager.server.controllers.AuthenticationController required a bean of type 'com.rizomm.filemanager.business.services.UserService' that could not be found.

The injection point has the following annotations:
    - @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'com.rizomm.filemanager.business.services.UserService' in your configuration.

0 个答案:

没有答案