Du ställer in konstruktorn som privat... ändra den till offentlig
@Autowired
public StudentRepositoryImpl(RedisTemplate redisTemplate) {
this.redisTemplate = redisTemplate;
}
Du ställer in konstruktorn som privat... ändra den till offentlig
@Autowired
public StudentRepositoryImpl(RedisTemplate redisTemplate) {
this.redisTemplate = redisTemplate;
}