feature:check the required fields consul when the Config mode starts

pull/1532/head
dyx1234 1 year ago
parent 9a93e18721
commit 7c249892ac

@ -114,5 +114,4 @@ public interface BootstrapPropertiesInterface {
default Map<String, String> getConsul() { default Map<String, String> getConsul() {
return null; return null;
} }
} }

@ -82,7 +82,7 @@ public class BootstrapConfigProperties implements BootstrapPropertiesInterface {
private Map<String, Object> polaris; private Map<String, Object> polaris;
/** /**
* consul config * Consul config
*/ */
private Map<String, String> consul; private Map<String, String> consul;

Loading…
Cancel
Save