Skip to content

Commit 81c8a97

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-41246
2 parents 26ea4f9 + c5dfcc5 commit 81c8a97

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/appendix/pages/application-properties

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/appendix/pages/application-properties/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
Various properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches.
66
This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them.
77

8-
TIP: Spring Boot provides various conversion mechanism with advanced value formatting, make sure to review xref:reference:features/external-config.adoc#features.external-config.typesafe-configuration-properties.conversion[the properties conversion section].
8+
TIP: Spring Boot provides various conversion mechanisms with advanced value formatting.
9+
Make sure to review xref:reference:features/external-config.adoc#features.external-config.typesafe-configuration-properties.conversion[the properties conversion section].
910

1011
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
1112
Also, you can define your own properties.

0 commit comments

Comments
 (0)