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
"`kebab-case` may be used in properties files and still be converted to configuration beans. " +
42
-
"Note, an exception to this is the case of `@Value`, which is match-sensitive. For example, `@Value(\"${anExampleValue}\")` will not match `an-example-value`. " +
43
-
"[The Spring reference documentation recommends using `kebab-case` for properties where possible](https://docs.spring.io/spring-boot/docs/2.5.6/reference/html/features.html#features.external-config.typesafe-configuration-properties.relaxed-binding).";
39
+
"For example, changing `spring.main.showBanner` to `spring.main.show-banner`. " +
"`kebab-case` may be used in properties files and still be converted to configuration beans. " +
42
+
"Note, an exception to this is the case of `@Value`, which is match-sensitive. For example, `@Value(\"${anExampleValue}\")` will not match `an-example-value`. " +
43
+
"[The Spring reference documentation recommends using `kebab-case` for properties where possible](https://docs.spring.io/spring-boot/docs/2.5.6/reference/html/features.html#features.external-config.typesafe-configuration-properties.relaxed-binding).";
44
44
}
45
45
46
46
@Override
@@ -62,20 +62,23 @@ public String getDescription() {
0 commit comments