일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- DP
- 그리디
- 새벽코딩
- 완전탐색
- 스택
- Queue
- 프로그래머스
- HashMap
- 배열
- BufferedReader
- 구현
- Stack
- 브루트포스
- LIS
- 백트래킹
- Java
- dfs
- 알고리즘
- Python
- 탐색
- 아스키코드
- 백준
- 빅데이터
- SQL
- oracle
- 시뮬레이션
- 다이나믹프로그래밍
- BFS
- 다리 만들기
- 문자열
Archives
- Today
- Total
목록Spring/Spring Legacy (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