What You Will Build
You will build an application that connects to multiple MySQL services in PCF.
Pre-Requisites
- JDK 1.8
- A text editor or your favorite IDE
- Maven 3.0+
- PCF
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