File tree 1 file changed +6
-5
lines changed
java/developing-applications
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -330,12 +330,13 @@ It supports the following command-line options:
330
330
331
331
| Option | Description |
332
332
| -- | -- |
333
- | ` -DincludeModel=true ` | Adds a minimalistic sample CDS model to the project |
334
- | ` -DincludeIntegrationTest=true ` | Adds an integration test module to the project |
335
- | ` -DodataVersion=[v2\|v4] ` | Specify which protocol adapter is activated by default |
336
- | ` -DtargetPlatform=cloudfoundry ` | Adds CloudFoundry target platform support to the project |
333
+ | ` -DincludeModel=true ` | Adds a minimalistic sample CDS model to the project. |
334
+ | ` -DincludeIntegrationTest=true ` | Adds an integration test module to the project. |
335
+ | ` -DodataVersion=[v2\|v4] ` | Specify which protocol adapter is activated by default. |
336
+ | ` -DtargetPlatform=cloudfoundry ` | Adds CloudFoundry target platform support to the project. |
337
337
| ` -DinMemoryDatabase=[h2\|sqlite] ` | Specify which in-memory database is used for local testing. If not specified, the default value is ` h2 ` . |
338
- | ` -DjdkVersion=[17\|21] ` | Specifies the target JDK version. If not specified, the default value is ` 17 ` . |
338
+ | ` -DjdkVersion=[17\|21] ` | Specifies the target JDK version. If not specified, the default value is ` 21 ` . |
339
+ | ` -Dpersistence=[true\|false] ` | Specify whether persistence is enabled (` true ` ) or disabled (` false ` ). Defaults to ` true ` . |
339
340
340
341
341
342
## Building Projects with Maven { #maven-build-options }
You can’t perform that action at this time.
0 commit comments