idea springboot报错(springboot的注册登入操作)
论文问答
1
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-01-28 15:38:49.401 ERROR 16268 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field userLoginMapper in com.example.demo.services.UserLoginServicesImpl required a bean of type 'com.example.demo.mapper.UserLoginMapper' 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.example.demo.mapper.UserLoginMapper' in your configuration.
发表回复