application.yml 예제
application.yml 예제
application.yml
spring:
profiles:
active: sqlserver
cache:
jcache:
config: classpath:ehcache.xml
lifecycle:
timeout-per-shutdown-phase: 10s
datasource:
… 더보기 spring:
profiles:
active: sqlserver
cache:
jcache:
config: classpath:ehcache.xml
lifecycle:
timeout-per-shutdown-phase: 10s
datasource:
… 더보기 dependencies {
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.ehcache:ehcache'
implementation 'javax.cache:cache-api'
}