Micronaut RSS Configuration Reference

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

Micronaut RSS documentation

5 properties across 2 sections

Micronaut Jsonfeed Config Properties

Configuration properties for JsonFeedControllerConfigurationProperties

PropertyTypeDescription
jsonfeed.root-pathjava.lang.StringConfigures JsonFeedController rootpath. Default value "/feeds"
jsonfeed.pathjava.lang.StringConfigures JsonFeedController path. Default value "/json"
jsonfeed.enabledbooleanWhether JsonFeedController should be enabled. Default value (true).

Micronaut Rss Config Properties

Configuration properties for FeedControllerConfigurationProperties

PropertyTypeDescription
micronaut.rss.enabledbooleanWhether FeedController should be enabled. Default value (true).
micronaut.rss.pathjava.lang.StringConfigures FeedController path. Default value "/feed"