Skip to content

Commit

Permalink
Polish apache#458 : dubbo.metadata-report.address propertie descripti…
Browse files Browse the repository at this point in the history
…on not provided
  • Loading branch information
mercyblitz committed Mar 20, 2019
1 parent 49aef0b commit 9429525
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,31 @@ class DubboConfigurationProperties {
private Scan scan = new Scan();

// Single Config Bindings

@NestedConfigurationProperty
private ApplicationConfig application = new ApplicationConfig();

@NestedConfigurationProperty
private ModuleConfig module = new ModuleConfig();

@NestedConfigurationProperty
private RegistryConfig registry = new RegistryConfig();

@NestedConfigurationProperty
private ProtocolConfig protocol = new ProtocolConfig();

@NestedConfigurationProperty
private MonitorConfig monitor = new MonitorConfig();

@NestedConfigurationProperty
private ProviderConfig provider = new ProviderConfig();

@NestedConfigurationProperty
private ConsumerConfig consumer = new ConsumerConfig();

@NestedConfigurationProperty
private ConfigCenterBean configCenter = new ConfigCenterBean();

@NestedConfigurationProperty
private MetadataReportConfig metadataReport = new MetadataReportConfig();

// Multiple Config Bindings
Expand Down

0 comments on commit 9429525

Please sign in to comment.