Added a sample that illustrates using multiple DataSources

This PR adds a sample that illustrates the use of multiple DataSources
in a single Spring Cloud Task application.

Resolves #413

Updated based on code review
This commit is contained in:
Michael Minella
2018-04-13 15:08:54 -05:00
committed by Glenn Renfro
parent 486ef0dec3
commit 09ff552b8d
14 changed files with 783 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
<module>task-events</module>
<module>batch-events</module>
<module>jpa-sample</module>
<module>multiple-datasources</module>
</modules>
<dependencyManagement>