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 |
Tags
- Spring Boot
- MariaDB
- tomcat
- 서브라임 텍스트
- PostgreSQL
- Java
- Next.js
- OGM
- exit code = -805306369
- Can't load AMD 64-bit .dll on a IA 32-bit platform
- Spring
- springboot
- Windows 10
- typeorm
- HTML Code
- Maven Project
- NestJS
- STS
- HTML Special Entity
- Eclipse
- graph database
- BRIN
- PG-Strom
- maven
- NextJs
- JSP
- orioledb
- tortoise SVN
- Spring Cloud
- loadcomplete
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