关于SpringBoot 自动注入问题
Description:
Field service in com.test.controller.UserController required a bean of type 'com.test.service.UserService' that could not be found.
Action:Consider defining a bean of type 'com.test.service.UserService' in your configuration.
项目启动的时候出现出现问题
run
controller
service
dao
配置文件如下
项目目录
找了几个类,该注解的也注解了。不知道哪里写得有问题。