Micronaut RSS Configuration Reference
Every documented configuration property of Micronaut RSS, with types, descriptions, and defaults.
5 properties across 2 sections
Micronaut Jsonfeed Config Properties
Configuration properties for JsonFeedControllerConfigurationProperties
| Property | Type | Description |
|---|---|---|
jsonfeed.root-path | java.lang.String | Configures JsonFeedController rootpath. Default value "/feeds" |
jsonfeed.path | java.lang.String | Configures JsonFeedController path. Default value "/json" |
jsonfeed.enabled | boolean | Whether JsonFeedController should be enabled. Default value (true). |
Micronaut Rss Config Properties
Configuration properties for FeedControllerConfigurationProperties
| Property | Type | Description |
|---|---|---|
micronaut.rss.enabled | boolean | Whether FeedController should be enabled. Default value (true). |
micronaut.rss.path | java.lang.String | Configures FeedController path. Default value "/feed" |
No properties match this filter.