Updated docs to reflect new native build command

This commit is contained in:
Glenn Renfro
2022-12-08 09:25:13 -08:00
parent 741977ee7f
commit b3bb637328
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ java -jar target/jpa-sample-3.0.0.jar
[source,shell]
----
mvn -Pnative clean package
mvn -Pnative native:compile
----
== Native Run:

View File

@@ -34,7 +34,7 @@ java -jar target/multiple-datasources-3.0.0.jar
[source,shell]
----
mvn -Pnative clean package
mvn -Pnative native:compile
----
== RUn sample using 2 embedded databases (default) with native app: