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
+3-3Lines changed: 3 additions & 3 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: 01/21/2020
7
+
ms.date: 04/13/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.
@@ -100,7 +100,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
100
100
1. Navigate to the `resources` directory of your app and open `bootstrap.properties`. If the file does not exist, create it. Add the following line to the file.
1. In the App Configuration portal for your config store, select `Access keys` from the sidebar. Select the Read-only keys tab. Copy the value of the primary connection string.
@@ -280,7 +280,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
280
280
mvn spring-boot:run
281
281
```
282
282
283
-
1. Open a browser window, and go to the default URL for a locally hosted web app: `https://localhost:8080`.
283
+
1. Open a browser window, and go to the URL: `http://localhost:8080/welcome`.
0 commit comments