spring-data-jdbc-single-ds-example

An example application for Spring Data JDBC with a single data source

How to run this example application

Run the database in advance.

$ docker compose up

And then, execute the application.

$ ./gradlew run