일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Queue
- 구현
- 프로그래머스
- SQL
- 완전탐색
- oracle
- 그리디
- LIS
- 다리 만들기
- 백트래킹
- 빅데이터
- 새벽코딩
- 시뮬레이션
- Python
- Java
- dfs
- DP
- HashMap
- 아스키코드
- 탐색
- BufferedReader
- BFS
- 스택
- 백준
- 배열
- 알고리즘
- 브루트포스
- Stack
- 다이나믹프로그래밍
- 문자열
Archives
- Today
- Total
목록Redis (1)
새벽코딩

Spring Boot가 아닌 Spring Legacy 환경에서의 Redis Cache 연동 및 공통코드, 메시지를 관리해보자. 전체환경 [java] jdk : 1.8 [apache-tomcat] apache-tomcat : 9.0.44 [spring] spring-core : 5.1.5.RELEASE spring-webmvc : 5.1.5.RELEASE spring-context : 5.1.5.RELEASE spring-tx : 5.1.5.RELEASE spring-aop : 5.1.5.RELEASE [redis] spring-data-redis : 2.2.1.RELEASE lettuce-core : 6.0.2.RELEASE Redis.config import org.springframework.bean..
Spring/Spring Legacy
2024. 1. 22. 14:46