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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ A custom implementation may define another order.
107
107
108
108
CAUTION: While using `@PropertySource` on your `@SpringBootApplication` may seem to be a convenient way to load a custom resource in the `Environment`, we do not recommend it.
109
109
Such property sources are not added to the `Environment` until the application context is being refreshed.
110
-
This is too late to configure certain properties such as `logging.*` and `spring.main.*` which are read before refresh begins.
110
+
This is too late to configure certain properties such as `+logging.*+` and `+spring.main.*+` which are read before refresh begins.
0 commit comments