Skip to content

Commit 44cb9fc

Browse files
authored
Update quickstart-deploy-apps-enterprise.md
Add build-env JVM version option for acme-payment and acme-catalog to runtime compatible with Java 17.
1 parent 290d2b8 commit 44cb9fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/spring-apps/quickstart-deploy-apps-enterprise.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ Use the following steps to deploy and build applications. For these steps, make
248248
--name payment-service \
249249
--service <Azure-Spring-Apps-service-instance-name> \
250250
--config-file-pattern payment/default \
251-
--source-path apps/acme-payment
251+
--source-path apps/acme-payment \
252+
--build-env BP_JVM_VERSION=17
252253
```
253254

254255
1. Use the following command to build and deploy the catalog service:
@@ -259,7 +260,8 @@ Use the following steps to deploy and build applications. For these steps, make
259260
--name catalog-service \
260261
--service <Azure-Spring-Apps-service-instance-name> \
261262
--config-file-pattern catalog/default \
262-
--source-path apps/acme-catalog
263+
--source-path apps/acme-catalog \
264+
--build-env BP_JVM_VERSION=17
263265
```
264266

265267
1. Use the following command to build and deploy the order service:

0 commit comments

Comments
 (0)