|
|
@@ -24,7 +24,7 @@ import org.springframework.context.annotation.Scope;
|
|
|
@Configuration
|
|
|
@ConditionalOnClass(DiscoveryEnabledNIWSServerList.class)
|
|
|
@AutoConfigureBefore(RibbonClientConfiguration.class)
|
|
|
-@ConditionalOnProperty(value = "spring.application.metadata.enabled", matchIfMissing = true)
|
|
|
+@ConditionalOnProperty(value = "spring.application.open-dev", matchIfMissing = false)
|
|
|
public class MetaFilterAutoConfiguration implements InitializingBean {
|
|
|
|
|
|
@Autowired
|