Merge pull request #1217 from yuhuangbin/sentinel-zuul

fix Sentinel zuul NPE
pull/1229/head
Jim Fang 5 years ago committed by GitHub
commit 5f10d99e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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