Tag: datasources
Spring Boot JDBC + MySQL – How to Create/Configure a DataSource
by  Java4s | 16 Comments
  [ Ask Question ]
In this article, I am going to explain you how to create/configure a datasource in Spring boot with an example. We are all aware that the process of creating a traditional Spring JDBC application is little tedious because of its XML…
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…