Add monitoring default configuration

pull/951/head
chen.ma 2 years ago
parent 109f8e7b40
commit 27baf87ec7

@ -49,7 +49,7 @@ public class BootstrapConfigProperties implements BootstrapPropertiesInterface {
/**
* Thread pool monitoring related configuration.
*/
private MonitorProperties monitor;
private MonitorProperties monitor = new MonitorProperties();
/***
* Latest use {@link MonitorProperties#getEnable()}

@ -82,7 +82,7 @@ public class BootstrapProperties implements BootstrapPropertiesInterface {
/**
* Thread pool monitoring related configuration.
*/
private MonitorProperties monitor;
private MonitorProperties monitor = new MonitorProperties();
/***
* Latest use {@link MonitorProperties#getEnable()}

Loading…
Cancel
Save