일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- JVM
- laravel
- 요리
- AWS
- elasticsearch
- Git
- Gradle
- jsp
- 맛집
- ubuntu
- Spring
- it
- ReactJS
- Web Server
- devops
- jenkins
- javascript
- php
- redis
- db
- Design Patterns
- IntelliJ
- linux
- Oracle
- Spring Boot
- MySQL
- java
- Spring Batch
- tool
- springboot
Archives
- Today
- Total
목록ehcache (1)
아무거나
[SpringBoot] Ehcache를 사용한 Cache 사용
Ehcache build.gradle ... dependencies { ... // 캐시관련 설정을 편리하게 지원해주는 패키지 (CacheManager, EhCacheManagerFactoryBean 등의 bean 생성을 직접 안할수 있음) implementation 'org.springframework.boot:spring-boot-starter-cache' // Ehcache implementation group: 'net.sf.ehcache', name: 'ehcache', version: '2.10.6' } ... EhCache 설정 체크 관련 Component 추가 (CommandLineRunner를 통해 Application 실행시 무조건 run() 이 실행되도록 하여 CacheManager를..
Java & Kotlin/Spring
2021. 4. 22. 00:18