율곡선생 35강 Spring Data Jpa로 Redis Repository 인터페이스 선언하고 사용하는 법, Springboot를 이용하여 Redis 설정 자동화 복사본



율곡선생 35강 Spring Data Jpa로 Redis Repository 인터페이스 선언하고 사용하는 법, Springboot를 이용하여 Redis 설정 자동화 복사본

율곡선생 35강 Spring Data Jpa로  Redis Repository 인터페이스 선언하고 사용하는 법, Springboot를 이용하여 Redis 설정 자동화   복사본

#Spring Data Jpa로 Redis Repository 인터페이스 선언하고 사용하는 법
-@EnableRedisRepositories

#Springboot를 이용하여 Redis 설정 자동화
– RedisConnectionFactory
– RedisTemplate
spring-boot parent 2.2이상 버전에서는 자동 설정에 의해서 redis template 빈이 아래와 같이 4개가 생성됩니다.

@Autowired RedisTemplate redisTemplate;

@Autowired StringRedisTemplate stringRedisTemplate;

@Autowired ReactiveRedisTemplate reactiveRedisTemplate;

@Autowired ReactiveStringRedisTemplate reactiveStringRedisTemplate;

#창원컴퓨터학원,#부산컴퓨터학원,#대구컴퓨터학원,#스프링부트,#식별자 생성방식,#율곡선생,#서울IT교육센터,#진주컴퓨터학원,#마산컴퓨터학원
,#Redis,#RedisTemplate,#StringRedisTemplate,#ReactiveRedisTemplate,#ReactiveStringRedisTemplate