Field userService in x.UserController required a bean of type x.UserService that could not be found
做spring boot 项目运行时发现报了一个这样的错误,
回去找了一下,发现是少了一个注解,在Service上加上这个@Service注解就好了
Field userService in x.UserController required a bean of type x.UserService that could not be found

完成
spring boot 里的注解有点多,一定不要忘了

相关文章:

  • 2022-01-12
  • 2021-11-25
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案