Skip to content

Commit

Permalink
Merge branch '2.3.x' into 2.4.x
Browse files Browse the repository at this point in the history
Closes gh-25038
  • Loading branch information
philwebb committed Jan 29, 2021
2 parents 8b505cf + 7265484 commit 53f1aab
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -535,6 +535,10 @@ On your application classpath (for example, inside your jar) you can have an `ap
When running in a new environment, an `application.properties` file can be provided outside of your jar that overrides the `name`.
For one-off testing, you can launch with a specific command line switch (for example, `java -jar app.jar --name="Spring"`).

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



[[boot-features-external-config-command-line-args]]
Expand Down

0 comments on commit 53f1aab

Please sign in to comment.