| embed |
link |
| status |
released |
| redirect_from |
java/development/properties |
<script setup>
import { data } from './properties.data.ts'
const { properties, version } = data
</script>
The following table lists all configuration properties that can be used to configure
CAP Java {{ version }}.
::: tip
In property files <index> should be replaced with a number and <key> with an arbitrary String. In YAML files, you can use standard YAML list and map structures.
:::
|
Property |
Type |
Default Value |
Description |
|
|
|
|
|
<style scoped>
.nowrap { white-space: nowrap; }
h1:before {
content: "Java"; display: block; font-size: 60%; margin: 0 0 .2em;
}
tr:hover .header-anchor, tr .header-anchor:focus { opacity: 1; margin-top: -11px; }
td.group { font-weight:600; }
th.anchor, td.anchor { border-right:none; }
th.prop, td.prop { border-left:none; padding-left:0px;}
/* expand this extra wide table on big screens */
@media screen and (min-width: 1600px) {
table {
min-width: fit-content;
}
}
</style>