File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
59
59
``` xml
60
60
<dependency >
61
61
<groupId >com.microsoft.azure</groupId >
62
- <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
62
+ <artifactId >spring-cloud-azure-appconfiguration-config-web </artifactId >
63
63
<version >1.1.2</version >
64
64
</dependency >
65
65
<dependency >
@@ -78,7 +78,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
78
78
```xml
79
79
<dependency >
80
80
<groupId >com.microsoft.azure</groupId >
81
- <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
81
+ <artifactId >spring-cloud-azure-appconfiguration-config-web </artifactId >
82
82
<version >1.2.2</version >
83
83
</dependency >
84
84
<dependency >
You can’t perform that action at this time.
0 commit comments