komamitsu / spring-data-jdbc-single-ds-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 78.7%Language:Kotlin 21.3%