Configuration Reference

Version:0.0.2-SNAPSHOT

Micronaut Projectgen Http Server Config Properties

🔗
Table 1. 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

🔗
Table 2. 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

🔗
Table 3. 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

🔗
Table 4. 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