Skip to content

Commit b3bb637

Browse files
committed
Updated docs to reflect new native build command
1 parent 741977e commit b3bb637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-cloud-task-samples/jpa-sample/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ java -jar target/jpa-sample-3.0.0.jar
3131

3232
[source,shell]
3333
----
34-
mvn -Pnative clean package
34+
mvn -Pnative native:compile
3535
----
3636

3737
== Native Run:

spring-cloud-task-samples/multiple-datasources/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ java -jar target/multiple-datasources-3.0.0.jar
3434

3535
[source,shell]
3636
----
37-
mvn -Pnative clean package
37+
mvn -Pnative native:compile
3838
----
3939

4040
== RUn sample using 2 embedded databases (default) with native app:

0 commit comments

Comments
 (0)