Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 438 Bytes

Spring-data multiple datasource demo

This project generates a .jar with a couple of Spring Data repositories and associated tests. I have had trouble getting this structure to work, so this project is intended to simplify things as much as possible to establish how best to do it.

It's built with Maven, so from the command line you can run a full build (including tests):

mvn clean install