springboot报错数则

1.Field userservice in test_gradle_speed.demo.controller.UserController required a bean of type ‘test_gradle_speed.demo.service.impl.UserServiceImpl’ 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 ‘test_gradle_speed.demo.service.impl.UserServiceImpl’ in your configuration.

原因:service层实现类没有加service备注
解决办法:
service层的实现类impl要加service注解 否则扫描不到

springboot部署项目时每层注解都要仔细

  1. No property password found for type String! Traversed path: User.username.
    User findByUsernameAndPassword(String username,String password);

原因:repository层接口的的自定义方法没有按jpa规范写函数名称
还有一种可能是对应实体类没有该属性 获取不到
解决办法:原方法名为findByUsernamePassword(String username,string password);
按照规范应该username和password中加入and
改为:findByUsernameAndPassword后成功

jpa规范

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值