You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
:numbered!:
|
|
[appendix]
|
|
[[common-application-properties]]
|
|
= Common Application properties
|
|
include::attributes.adoc[]
|
|
|
|
Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches.
|
|
This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them.
|
|
|
|
TIP: Spring Boot provides various conversion mechanism with advanced value formatting, make sure to review <<spring-boot-features.adoc#boot-features-external-config-conversion, the properties conversion section>>.
|
|
|
|
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
|
|
Also, you can define your own properties.
|
|
|
|
|
|
|
|
== Core Properties
|
|
|
|
include::config-docs/core.adoc[]
|
|
|
|
== Cache Properties
|
|
|
|
include::config-docs/cache.adoc[]
|
|
|
|
== Mail Properties
|
|
|
|
include::config-docs/mail.adoc[]
|
|
|
|
== JSON Properties
|
|
|
|
include::config-docs/json.adoc[]
|
|
|
|
== Data Properties
|
|
|
|
include::config-docs/data.adoc[]
|
|
|
|
== Transaction Properties
|
|
|
|
include::config-docs/transaction.adoc[]
|
|
|
|
== Data Migration Properties
|
|
|
|
include::config-docs/data-migration.adoc[]
|
|
|
|
== Integration Properties
|
|
|
|
include::config-docs/integration.adoc[]
|
|
|
|
== Web Properties
|
|
|
|
include::config-docs/web.adoc[]
|
|
|
|
== Templating Properties
|
|
|
|
include::config-docs/templating.adoc[]
|
|
|
|
== Server Properties
|
|
|
|
include::config-docs/server.adoc[]
|
|
|
|
== Security Properties
|
|
|
|
include::config-docs/security.adoc[]
|
|
|
|
== RSocket Properties
|
|
|
|
include::config-docs/rsocket.adoc[]
|
|
|
|
== Actuator Properties
|
|
|
|
include::config-docs/actuator.adoc[]
|
|
|
|
== Devtools Properties
|
|
|
|
include::config-docs/devtools.adoc[]
|
|
|
|
== Testing Properties
|
|
|
|
include::config-docs/testing.adoc[]
|