Skip to content

Commit 4200b53

Browse files
committed
Acrolinx fixes
1 parent 91159bd commit 4200b53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-cloud/how-to-maven-deploy-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To create a Spring Cloud project for use in this article, use the following step
4242
This example uses Java version 8. If you want to use Java version 11, change the option under **Project Metadata**.
4343

4444
1. Select **Generate** when all the dependencies are set.
45-
1. Download and unpack the package, then create a web controller for a simple web application by adding the file *src/main/java/com/example/hellospring/HelloController.java* with the following contents:
45+
1. Download and unpack the package, then create a web controller for a web application. Add the file *src/main/java/com/example/hellospring/HelloController.java* with the following contents:
4646

4747
```java
4848
package com.example.hellospring;
@@ -84,10 +84,10 @@ To generate configurations and deploy the app, follow these steps:
8484

8585
You'll be asked to select:
8686

87-
* **Subscription ID:** This is the subscription you used to create an Azure Spring Cloud instance.
88-
* **Service Instance:** This is the name of your Azure Spring Cloud instance.
89-
* **App name:** Provide the app name or accept the default as `artifactId`.
90-
* **Public endpoint:** Provide whether or not to expose the public access to this app.
87+
* **Subscription ID** - the subscription you used to create an Azure Spring Cloud instance.
88+
* **Service instance** - the name of your Azure Spring Cloud instance.
89+
* **App name** - an app name of your choice, or use the default value `artifactId`.
90+
* **Public endpoint** - whether or not to expose the public access to this app.
9191

9292
1. Verify that the `appName` element in the POM file has the correct value. The relevant portion of the POM file should look similar to the following example.
9393

0 commit comments

Comments
 (0)