Skip to content

Commit 66e5c91

Browse files
authored
Merge pull request #111898 from BhargaviAnnadevara-MSFT/patch-31
(AzureCXP) Fixed Markup
2 parents 8837d37 + 72ad52b commit 66e5c91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Add feature flags to Spring Boot apps and manage them using Azure A
44
author: lisaguthrie
55
ms.service: azure-app-configuration
66
ms.topic: quickstart
7-
ms.date: 04/13/2020
7+
ms.date: 04/18/2020
88
ms.author: lcozzens
99

1010
#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
5252

5353
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.
5454

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>`:
5656

57-
### Spring Cloud 1.1.x
57+
**Spring Cloud 1.1.x**
5858

5959
```xml
6060
<dependency>
@@ -73,7 +73,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
7373
</dependency>
7474
```
7575

76-
### Spring Cloud 1.2.x
76+
**Spring Cloud 1.2.x**
7777

7878
```xml
7979
<dependency>

0 commit comments

Comments
 (0)