Wednesday, June 27, 2018

Set up Multiple DataSources With Spring Boot and Spring Data in PCF

What You Will Build

You will build an application that connects to multiple MySQL services in PCF.

Pre-Requisites

For this guide, I'm using a PCF Dev installation.

Spring Boot With Spring Data

Spring Boot with Spring Data makes it easy to access a database through repositories and Spring Boot auto-configuration. However, if your application needs to access multiple DataSource s, it's not something provided out of the box.



from DZone.com Feed https://ift.tt/2KcNMUz

No comments:

Post a Comment