Skip to content

Commit 78466d0

Browse files
committed
update web jar name
1 parent 38ade5e commit 78466d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/spring-apps/enterprise/includes/quickstart-deploy-web-app/deploy-enterprise-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Now that the cloud environment is prepared, the application is ready to deploy.
242242
az spring app deploy \
243243
--service ${AZURE_SPRING_APPS_NAME} \
244244
--name ${APP_NAME} \
245-
--artifact-path web/target/simple-todo-web-0.0.3-SNAPSHOT.jar
245+
--artifact-path web/target/simple-todo-web.jar
246246
```
247247

248248
---

articles/spring-apps/enterprise/includes/quickstart-deploy-web-app/prepare-web-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For clarity of structure, a separate markdown file is used to describe how to pr
2929
1. Use the following command to run the sample application:
3030

3131
```bash
32-
java -jar web/target/simple-todo-web-0.0.3-SNAPSHOT.jar
32+
java -jar web/target/simple-todo-web.jar
3333
```
3434

3535
1. Go to `http://localhost:8080` in your browser to access the application.

0 commit comments

Comments
 (0)