Tag: spring boot datasource
Spring Boot JDBC + MySQL – How to Configure Multiple DataSource
by  Java4s | 6 Comments
  [ Ask Question ]
In the previous article we saw how to configure a datasource in a spring boot application, that’s very straight forward. In this article I will show you how to configure multiple datasources in spring boot application. Unlike single datasource, in order to create…