Skip to content

Commit 7636f0f

Browse files
authored
Merge pull request #102491 from Birdrock/patch-1
Update quickstart-deploy-apps-enterprise.md
2 parents e82d2ef + 44cb9fc commit 7636f0f

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)