Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 292 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 292 Bytes

Multiple data sources with spring-data-jdbc

This repo demonstrates how to implement a spring boot application using a spring data jdbc repository for storing internal data and a second extenal data source using the plain old JdbcTemplate for accessing data stored in an external database.