Category Archives: 미분류
Spring Boot Oauth2 Client Server
Spring Boot Oauth2 Client Server
참조사이트 : https://yeonyeon.tistory.com/34?category=920206
참조사이트 : https://www.skyer9.pe.kr/wordpress/?p=205
목표
추가되는 소스코드의 양을 … 더보기
Spring Auth Server 프로젝트
Spring Auth Server 프로젝트
https://spring.io/blog/2021/05/10/spring-authorization-server-0-1-1-available-now… 더보기
Spring Boot JPA 멀티 데이타소스
application.yml 예제
application.yml 예제
application.yml
spring:
profiles:
active: sqlserver
cache:
jcache:
config: classpath:ehcache.xml
lifecycle:
timeout-per-shutdown-phase: 10s
datasource:
… 더보기 Ehcache 설정법
Ehcache 설정법
의존성 추가
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.ehcache:ehcache'
implementation 'javax.cache:cache-api'
}