Du indstiller konstruktøren som privat... ændre den til offentlig
@Autowired
public StudentRepositoryImpl(RedisTemplate redisTemplate) {
this.redisTemplate = redisTemplate;
}
Du indstiller konstruktøren som privat... ændre den til offentlig
@Autowired
public StudentRepositoryImpl(RedisTemplate redisTemplate) {
this.redisTemplate = redisTemplate;
}