feat : add enable prop for this(#609)

pull/716/head
pizihao 3 years ago
parent b3e0cd622b
commit 6db452cdd2

@ -49,4 +49,9 @@ public class AdapterExecutorProperties {
* Nodes, application startup is not affect, change properties is effect * Nodes, application startup is not affect, change properties is effect
*/ */
private String nodes; private String nodes;
/**
* these propertied is enabled?
*/
private Boolean enable = true;
} }

@ -44,4 +44,9 @@ public class WebThreadPoolProperties {
* Nodes, application startup is not affect, change properties is effect * Nodes, application startup is not affect, change properties is effect
*/ */
private String nodes; private String nodes;
/**
* these propertied is enabled?
*/
private Boolean enable = true;
} }

Loading…
Cancel
Save