DataAnalyticsinStudentHands / CombinedBackend

The goal of this repository is to eventually combine all of our backends into one place in order to decrease maintenance
0 stars 2 forks source link

Multiple Datasources #1

Open cmholley opened 9 years ago

cmholley commented 9 years ago

Configure the backend to access multiple datasources.

cmholley commented 9 years ago

@DotTry http://stackoverflow.com/questions/10329195/configuring-multiple-persistence-units-in-jpa-in-same-xml-file http://docs.spring.io/spring/docs/2.5.x/reference/orm.html#orm-jpa Control f for multiple should bring you to some useful info

cmholley commented 9 years ago

http://www.codingpedia.org/ama/how-to-setup-multiple-data-sources-with-spring-and-jpa/

Looking into this idea.