Skip to content

Commit 905db9c

Browse files
committed
updating version string
1 parent 92d4165 commit 905db9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You use the [Spring Initializr](https://start.spring.io/) to create a new Spring
6565
<dependency>
6666
<groupId>com.microsoft.azure</groupId>
6767
<artifactId>spring-cloud-starter-azure-appconfiguration-config</artifactId>
68-
<version>1.1.0.M6</version>
68+
<version>1.1.0</version>
6969
</dependency>
7070
```
7171

@@ -141,11 +141,13 @@ You use the [Spring Initializr](https://start.spring.io/) to create a new Spring
141141
mvn clean package
142142
mvn spring-boot:run
143143
```
144+
144145
2. After your application is running, use *curl* to test your application, for example:
145146

146147
```shell
147148
curl -X GET http://localhost:8080/
148149
```
150+
149151
You see the message that you entered in the App Configuration store.
150152

151153
## Clean up resources

0 commit comments

Comments
 (0)