You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As a Java Spring developer, I want to manage all my app settings in one place.
@@ -86,13 +86,13 @@ To install the Spring Cloud Azure Config starter module, add the following depen
86
86
87
87
To use the Spring Cloud Azure Config starter to have your application communicate with the App Configuration store that you create, configure the application by using the following steps.
88
88
89
-
1. Create a new Java file named *MessageProperties.java*, and add the following lines:
89
+
1. Create a new Java file named *MyProperties.java*, and add the following lines:
@@ -126,13 +126,13 @@ To use the Spring Cloud Azure Config starter to have your application communicat
126
126
}
127
127
```
128
128
129
-
1. In the main application Java file, add `@EnableConfigurationProperties` to enable the *MessageProperties.java* configuration properties class to take effect and register it with the Spring container.
129
+
1. In the main application Java file, add `@EnableConfigurationProperties` to enable the *MyProperties.java* configuration properties class to take effect and register it with the Spring container.
0 commit comments