Skip to content

Commit eccc287

Browse files
committed
Correct usage of Spring Cloud
1 parent aca62f2 commit eccc287

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-cloud/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ The application code used in this tutorial is a simple app built with Spring Ini
317317
This quickstart explains how to:
318318

319319
> [!div class="checklist"]
320-
> * Generate a basic Spring project
320+
> * Generate a basic Spring Cloud project
321321
> * Provision a service instance
322322
> * Build and deploy the app with a public endpoint
323323
> * Stream logs in real time
@@ -333,7 +333,7 @@ To complete this quickstart:
333333
* (Optional) [Install the Azure Toolkit for IntelliJ](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij/) and [sign-in](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app#installation-and-sign-in)
334334
* (Optional) [Install Maven](https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html). If you use the Azure Cloud Shell, this installation isn't needed.
335335

336-
## Generate a Spring project
336+
## Generate a Spring Cloud project
337337

338338
Start with [Spring Initializr](https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.5.5&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=hellospring&name=hellospring&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.hellospring&dependencies=web,cloud-eureka,actuator,cloud-config-client) to generate a sample project with recommended dependencies for Azure Spring Cloud. This link uses the following URL to provide default settings for you.
339339

@@ -422,7 +422,7 @@ The following procedure builds and deploys the application using the Azure CLI.
422422
mvn clean package -DskipTests
423423
```
424424

425-
1. Create the app with a public endpoint assigned. If you selected Java version 11 when generating the Spring project, include the `--runtime-version=Java_11` switch.
425+
1. Create the app with a public endpoint assigned. If you selected Java version 11 when generating the Spring Cloud project, include the `--runtime-version=Java_11` switch.
426426

427427
```azurecli
428428
az spring-cloud app create -n hellospring -s <service instance name> -g <resource group name> --assign-endpoint true
@@ -537,7 +537,7 @@ az group delete --name <your resource group name> --yes
537537
In this quickstart, you learned how to:
538538

539539
> [!div class="checklist"]
540-
> * Generate a basic Spring project
540+
> * Generate a basic Spring Cloud project
541541
> * Provision a service instance
542542
> * Build and deploy the app with a public endpoint
543543
> * Stream logs in real time

0 commit comments

Comments
 (0)