You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.