You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Add feature flags to Spring Boot apps and manage them using Azure A
4
4
author: lisaguthrie
5
5
ms.service: azure-app-configuration
6
6
ms.topic: quickstart
7
-
ms.date: 04/13/2020
7
+
ms.date: 04/18/2020
8
8
ms.author: lcozzens
9
9
10
10
#Customer intent: As an Spring Boot developer, I want to use feature flags to control feature availability quickly and confidently.
@@ -52,9 +52,9 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
52
52
53
53
1. After you extract the files on your local system, your Spring Boot application is ready for editing. Locate *pom.xml* in the root directory of your app.
54
54
55
-
1. Open the *pom.xml* file in a text editor and add the following to the list of `<dependencies>`.:
55
+
1. Open the *pom.xml* file in a text editor and add the following to the list of `<dependencies>`:
56
56
57
-
### Spring Cloud 1.1.x
57
+
**Spring Cloud 1.1.x**
58
58
59
59
```xml
60
60
<dependency>
@@ -73,7 +73,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
0 commit comments