Skip to content

Commit a2b82fa

Browse files
authored
Update howto-convert-to-the-new-spring-boot.md
Fixed typo ------- cc: @mrm9084
1 parent 1462f21 commit a2b82fa

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)