Skip to content

Commit 60bb33f

Browse files
committed
Polish 'Add a tip about actuator endpoints'
See gh-24336
1 parent 6ced1d7 commit 60bb33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,9 @@ On your application classpath (for example, inside your jar) you can have an `ap
496496
When running in a new environment, an `application.properties` file can be provided outside of your jar that overrides the `name`.
497497
For one-off testing, you can launch with a specific command line switch (for example, `java -jar app.jar --name="Spring"`).
498498

499-
NOTE: The `env` and `configprops` endpoints can also be useful in determining why a property has a particular value.
499+
TIP: The `env` and `configprops` endpoints can be useful in determining why a property has a particular value.
500500
You can use these two endpoints to diagnose unexpected property values.
501+
See the "<<production-ready-features.adoc#production-ready-endpoints, Production ready features>>" section for details.
501502

502503
Spring Boot also supports wildcard locations when loading configuration files.
503504
By default, a wildcard location of `config/*/` outside of your jar is supported.

0 commit comments

Comments
 (0)