springboot(11)일기(9)gradle(5)django(3)elasticsearch(3)python(2)redis(2)ajax(1)android(1)annotation(1)api-gateway(1)argumentresolver(1)aspect(1)async(1)autoconfigure(1)boot(1)custom(1)customannotation(1)docker(1)dynamicConfiguration(1)freemarker(1)inapp(1)ios(1)javaclient(1)jedis(1)jsp(1)kakaopage(1)lettuce(1)logging(1)maven(1)netflix-zuul(1)okhttp3(1)orm(1)pubsub(1)restclient(1)resthighlevelclient(1)retrofit2(1)spring(1)spring-boot-actuator(1)spring-cloud(1)sso(1)transportlyer(1)webflux(1)은전한닢(1)+ 더 보기'redis'에 관한 2개의 포스트redis cache 를 @annotation 으로 하기 (with @Aspect)2019년 02월 03일#springboot#redis#jedis#customannotation#aspect#gradle왜 만들었냐면.. 이미 spring 에서 제공하는 @Cacheable 이 있다. 기능도 다양하고 Spel 를 제공해서 좀 더 동적으로 캐싱을 할 수 있다. 캐싱을 받아주는 구현체만 추가해주면 되는데 redis 의 경우엔 spring-data-redis…spring boot 에서 redis pub/sub 을 이용해 동적으로 value 사용하기2018년 07월 16일#redis#pubsub#springboot#dynamicConfiguration#lettuce배포없이 설정값을 변경해야하는 일이 생겼다. 설정값 하나 때문에 전체 api…