@Configuration
@ConditionalOnMissingBean(value=org.springframework.cloud.stream.binder.Binder.class)
@Import(value={org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.class,org.springframework.cloud.stream.config.codec.kryo.KryoCodecAutoConfiguration.class})
public class ServletServiceAutoConfiguration
extends Object