Configuration Reference

Version:4.3.1-SNAPSHOT

Micronaut Jsonfeed Config Properties

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

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