Skip to content

Commit e322225

Browse files
Merge pull request #210802 from maud-lv/patch-12
Fix typo
2 parents 7585f42 + a2b82fa commit e322225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-convert-to-the-new-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This command will list all of the keys you are about to delete so you can verify
7171

7272
## Which configurations are loaded
7373

74-
The default case of loading configuration matching `/applicaiton/*` hasn't changed. The change is that `/${spring.application.name}/*` will not be used in addition automatically anymore unless set. Instead, to use `/${spring.application.name}/*` you can use the new Selects configuration.
74+
The default case of loading configuration matching `/application/*` hasn't changed. The change is that `/${spring.application.name}/*` will not be used in addition automatically anymore unless set. Instead, to use `/${spring.application.name}/*` you can use the new Selects configuration.
7575

7676
```properties
7777
spring.cloud.azure.appconfiguration.stores[0].selects[0].key-filter=/${spring.application.name}/*

0 commit comments

Comments
 (0)