This project provides a simple Application whch demonstrates the capabilities of JDBI in a simple spring application
- Java 11
- Postgres
createuser -r -d jdbiexample
createdb -U jdbiexample jdbiexample
./mvnw clean install
java -jar ./target/jdbi-example-0.0.1-SNAPSHOT.jar