Spring Boot 다중 데이터 소스 및 동적 데이터 소스 구성

1. Spring Boot에서 다중 데이터 소스 구현하기 1.1 의존성 추가 MySQL과 JPA를 사용한 예제입니다. <!-- pom.xml --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>mysql</groupId& ...

8월 8일 02:05에 게시됨