Support ability to run in development mode with postgresql for batch sample.

This commit is contained in:
Glenn Renfro
2023-09-13 17:18:48 -04:00
parent 01386e9030
commit 265a4e8ae9
4 changed files with 82 additions and 0 deletions

View File

@@ -38,3 +38,9 @@ mvn -Pnative native:compile
----
./target/batch-job
----
== Run the application with a Postgesql test container
[source,shell]
----
./mvnw spring-boot:test-run
----