Micronaut ProjectGen Configuration Reference
Every documented configuration property of Micronaut ProjectGen, with types, descriptions, and defaults.
8 properties across 1 section
Micronaut Projectgen Http Server Config Properties
Configuration properties for DiffControllerConfiguration
| Property | Type | Description |
|---|---|---|
project.controllers.diff.enabled | boolean | Whether the controller is enabled. Default value: true. |
project.controllers.diff.path | java.lang.String | Controller path. Default value: /api/v1/diff |
Configuration properties for DownloadDiffControllerConfiguration
| Property | Type | Description |
|---|---|---|
projectgen.controllers.download-diff.enabled | boolean | Whether the controller is enabled. Default value: true. |
projectgen.controllers.download-diff.path | java.lang.String | Controller path. Default value: /api/v1/download/diff |
Configuration properties for DownloadZipControllerConfiguration
| Property | Type | Description |
|---|---|---|
projectgen.controllers.download-zip.enabled | boolean | Whether the controller is enabled. Default value: true. |
projectgen.controllers.download-zip.path | java.lang.String | Controller path. Default value: /api/v1/download/zip |
Configuration properties for FeaturesControllerConfiguration
| Property | Type | Description |
|---|---|---|
projectgen.controllers.features.enabled | boolean | Whether the controller is enabled. Default value: true. |
projectgen.controllers.features.path | java.lang.String | Controller path. Default value: /api/v1/features |
No properties match this filter.