Skip to content

Commit b635fa2

Browse files
authored
Merge pull request #54360 from svenmalvik/feature/feature-flag-spring-boot-web-pom-error
Changed dependency from spring-cloud-azure-appconfiguration-config to…
2 parents d18c9ee + fbcfcfd commit b635fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
5959
```xml
6060
<dependency>
6161
<groupId>com.microsoft.azure</groupId>
62-
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
62+
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
6363
<version>1.1.2</version>
6464
</dependency>
6565
<dependency>
@@ -78,7 +78,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
7878
```xml
7979
<dependency>
8080
<groupId>com.microsoft.azure</groupId>
81-
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
81+
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
8282
<version>1.2.2</version>
8383
</dependency>
8484
<dependency>

0 commit comments

Comments
 (0)