/spring-boot-API-native-GraalVM

Spring Boot 3.0 + JDBC Template sample

Primary LanguageJava

Spring Boot 3.0 + Spring Data JPA + JDBC Template sample

Run sample in development mode with Just:

$ just run

Build a native executable:

$ just build native

Run application native application:

$ docker-compose up -d --wait && ./target/spring-native-jdbctemplate