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
11 years ago
|
:numbered!:
|
||
|
[appendix]
|
||
|
[[common-application-properties]]
|
||
5 years ago
|
= Common Application properties
|
||
5 years ago
|
include::attributes.adoc[]
|
||
5 years ago
|
|
||
5 years ago
|
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.
|
||
11 years ago
|
|
||
5 years ago
|
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>>.
|
||
6 years ago
|
|
||
5 years ago
|
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.
|
||
11 years ago
|
|
||
|
|
||
7 years ago
|
|
||
5 years ago
|
== Core properties
|
||
11 years ago
|
|
||
5 years ago
|
include::config-docs/core.adoc[]
|
||
11 years ago
|
|
||
5 years ago
|
== Cache properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/cache.adoc[]
|
||
11 years ago
|
|
||
5 years ago
|
== Mail properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/mail.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== JSON properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/json.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== Data properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/data.adoc[]
|
||
7 years ago
|
|
||
5 years ago
|
== Transaction properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/transaction.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== Data migration properties
|
||
11 years ago
|
|
||
5 years ago
|
include::config-docs/data-migration.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== Integration properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/integration.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== Web properties
|
||
11 years ago
|
|
||
5 years ago
|
include::config-docs/web.adoc[]
|
||
11 years ago
|
|
||
5 years ago
|
== Templating properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/templating.adoc[]
|
||
10 years ago
|
|
||
5 years ago
|
== Server properties
|
||
10 years ago
|
|
||
5 years ago
|
include::config-docs/server.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== Security properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/security.adoc[]
|
||
9 years ago
|
|
||
5 years ago
|
== RSocket properties
|
||
6 years ago
|
|
||
5 years ago
|
include::config-docs/rsocket.adoc[]
|
||
6 years ago
|
|
||
5 years ago
|
== Actuator properties
|
||
8 years ago
|
|
||
5 years ago
|
include::config-docs/actuator.adoc[]
|
||
11 years ago
|
|
||
5 years ago
|
== Devtools properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/devtools.adoc[]
|
||
6 years ago
|
|
||
5 years ago
|
== Testing properties
|
||
9 years ago
|
|
||
5 years ago
|
include::config-docs/testing.adoc[]
|