Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Java
- JSP
- MariaDB
- PostgreSQL
- BRIN
- PG-Strom
- Can't load AMD 64-bit .dll on a IA 32-bit platform
- Spring Boot
- STS
- 서브라임 텍스트
- Next.js
- Spring Cloud
- tomcat
- OGM
- maven
- tortoise SVN
- NestJS
- graph database
- NextJs
- loadcomplete
- HTML Code
- springboot
- orioledb
- exit code = -805306369
- Spring
- Windows 10
- HTML Special Entity
- typeorm
- Eclipse
- Maven Project
Archives
- Today
- Total
목록caffeine (1)
Undergoing
Spring Boot Caffeine 기본 세팅
1. 의존성 추가 pom.xml org.springframework.boot spring-boot-starter-cache 2.4.3 com.github.ben-manes.caffeine caffeine 3.0.2 gradle implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache', version: '2.4.3' implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.0.2' 2. Bean 세팅 @Configuration @EnableCaching public class CacheConfig { private sta..
개발/Spring Boot
2021. 6. 24. 14:56