fix sentinel-zuul NPE

pull/1217/head
yuhuangbin 5 years ago
parent 40671aae98
commit becc2dff86

@ -32,7 +32,7 @@ import org.springframework.boot.context.properties.NestedConfigurationProperty;
public class SentinelZuulProperties {
@NestedConfigurationProperty
private SentinelZuulProperties.Order order;
private SentinelZuulProperties.Order order = new SentinelZuulProperties.Order();
public Order getOrder() {
return order;

Loading…
Cancel
Save