Bạn đặt hàm tạo là riêng tư ... thay đổi nó thành công khai
@Autowired
public StudentRepositoryImpl(RedisTemplate redisTemplate) {
this.redisTemplate = redisTemplate;
}
Bạn đặt hàm tạo là riêng tư ... thay đổi nó thành công khai
@Autowired
public StudentRepositoryImpl(RedisTemplate redisTemplate) {
this.redisTemplate = redisTemplate;
}