Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-11-30 17:38:00.450 ERROR 24472 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field studentService in com.gxuwz.ckf.controller.UserController required a bean of type 'com.gxuwz.ckf.service.StudentService' 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.gxuwz.ckf.service.StudentService' in your configuration.
原因:
忘了加注解