不知道为什么我用这个方法是查不到数据的想看一下输出的执行的sql也没法看,所以老师帮我找一下有关打印通用
mapper打印日志的方法,麻烦老师了
this.userMapper.selectByPrimaryKey(id)
用这个方法倒可以
@Autowired(required = false)
private UserMapper userMapper;
public List<User> findById(Integer id) {
User user = new User();
user.setId(id);
// this.userMapper.selectByPrimaryKey(id)
return this.userMapper.select(user);
}
面向未来微服务:熟练掌握Spring Cloud Alibaba
了解课程