Micronaut ProjectGen Configuration Reference

Every documented configuration property of Micronaut ProjectGen, with types, descriptions, and defaults.

Micronaut ProjectGen documentation

8 properties across 1 section

Micronaut Projectgen Http Server Config Properties

Configuration properties for DiffControllerConfiguration

PropertyTypeDescription
project.controllers.diff.enabledbooleanWhether the controller is enabled. Default value: true.
project.controllers.diff.pathjava.lang.StringController path. Default value: /api/v1/diff

Configuration properties for DownloadDiffControllerConfiguration

PropertyTypeDescription
projectgen.controllers.download-diff.enabledbooleanWhether the controller is enabled. Default value: true.
projectgen.controllers.download-diff.pathjava.lang.StringController path. Default value: /api/v1/download/diff

Configuration properties for DownloadZipControllerConfiguration

PropertyTypeDescription
projectgen.controllers.download-zip.enabledbooleanWhether the controller is enabled. Default value: true.
projectgen.controllers.download-zip.pathjava.lang.StringController path. Default value: /api/v1/download/zip

Configuration properties for FeaturesControllerConfiguration

PropertyTypeDescription
projectgen.controllers.features.enabledbooleanWhether the controller is enabled. Default value: true.
projectgen.controllers.features.pathjava.lang.StringController path. Default value: /api/v1/features