|
|
|
@ -92,7 +92,7 @@ import org.springframework.core.env.ConfigurableEnvironment;
|
|
|
|
|
@AllArgsConstructor
|
|
|
|
|
@ConditionalOnBean(MarkerConfiguration.Marker.class)
|
|
|
|
|
@EnableConfigurationProperties(BootstrapProperties.class)
|
|
|
|
|
// @ConditionalOnProperty(prefix = Constants.CONFIGURATION_PROPERTIES_PREFIX, value = "enable", matchIfMissing = true, havingValue = "true")
|
|
|
|
|
@ConditionalOnProperty(prefix = Constants.CONFIGURATION_PROPERTIES_PREFIX, value = "enable", matchIfMissing = true, havingValue = "true")
|
|
|
|
|
@ImportAutoConfiguration({WebAdapterConfiguration.class, NettyClientConfiguration.class, DiscoveryConfiguration.class, MessageConfiguration.class, UtilAutoConfiguration.class})
|
|
|
|
|
public class DynamicThreadPoolAutoConfiguration {
|
|
|
|
|
|
|
|
|
|