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
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