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.

回复

共2条回复 我来回复
  • 毕设向导
    这个人很懒,什么都没有留下~
    评论

    14行是 不相同则 则继续判断下一个节点, 12 行是删除相同得结点,将当前结点指向下下个结点,防止断链。 建议自己设置一个链表,debug 调试去理解

    0条评论
  • 代码小屋
    这个人很懒,什么都没有留下~
    评论

    在你调用UserLoginMapper 的地方加上注解 因为你的UserLoginMapper 没有被扫描到导致的这个问题

    0条评论

发表回复

登录后才能评论