-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Fix formatting of "Spring Boot Features" in Use YAML for External Properties #43271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix formatting of "Spring Boot Features" in Use YAML for External Properties #43271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @ngocnhan-tran1996. I've left a comment for your consideration.
@@ -154,7 +154,7 @@ You can also provide the following System properties (or environment variables) | |||
No matter what you set in the environment, Spring Boot always loads `application.properties` as described above. | |||
By default, if YAML is used, then files with the '`.yaml`' and '`.yml`' extensions are also added to the list. | |||
|
|||
TIP: If you want detailed information about the files that are being loaded you can xref:reference:features/logging.adoc#features.logging.log-levels[set the logging level] of `org.springframework.boot.context.config` to `trace`. | |||
TIP: If you want more detail information about the files that are being loaded you can xref:reference:features/logging.adoc#features.logging.log-levels[set the logging level] of `org.springframework.boot.context.config` to `trace`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is an improvement as enabling trace
level logging will provide detailed information. Please revert.
@@ -209,7 +209,7 @@ spring.datasource.url=jdbc:mysql://localhost/test | |||
server.port=9000 | |||
---- | |||
|
|||
See xref:reference:features/external-config.adoc#features.external-config.yaml[] in the "`Spring Boot Features'" section for more information about YAML. | |||
See xref:reference:features/external-config.adoc#features.external-config.yaml[] in the "`Spring Boot Features`" section for more information about YAML. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
No description provided.