File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 47
47
href : manage-feature-flags.md
48
48
- name : Use Key Vault references in ASP.NET Core
49
49
href : use-key-vault-references-dotnet-core.md
50
+ - name : Use Key Vault references in Spring Boot
51
+ href : use-key-vault-references-spring-boot.md
50
52
- name : Integrate with a CI/CD pipeline
51
53
href : integrate-ci-cd-pipeline.md
52
54
- name : Samples
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: Quickstart to learn how to use Azure App Configuration | Microsoft Docs
3
3
description : A quickstart for using Azure App Configuration with Java Spring apps.
4
4
services : azure-app-configuration
5
5
documentationcenter : ' '
6
- author : yidon
7
- manager : jeffya
6
+ author : lisaguthrie
7
+ manager : maiye
8
8
editor : ' '
9
9
10
10
ms.assetid :
@@ -13,8 +13,8 @@ ms.devlang: java
13
13
ms.topic : quickstart
14
14
ms.tgt_pltfrm : Spring
15
15
ms.workload : tbd
16
- ms.date : 01/08 /2019
17
- ms.author : yidon
16
+ ms.date : 12/17 /2019
17
+ ms.author : lcozzens
18
18
19
19
# Customer intent: As a Java Spring developer, I want to manage all my app settings in one place.
20
20
---
@@ -65,7 +65,7 @@ You use the [Spring Initializr](https://start.spring.io/) to create a new Spring
65
65
<dependency >
66
66
<groupId >com.microsoft.azure</groupId >
67
67
<artifactId >spring-cloud-starter-azure-appconfiguration-config</artifactId >
68
- <version >1.1.0.M5 </version >
68
+ <version >1.1.0.M6 </version >
69
69
</dependency >
70
70
```
71
71
You can’t perform that action at this time.
0 commit comments