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/docs/antora/modules/appendix/pages/application-properties/index.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
Various properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches.
6
6
This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them.
7
7
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].
9
10
10
11
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
0 commit comments