@Configuration @EnableConfigurationProperties(value=TraceSmsProperties.class) @ConditionalOnProperty(prefix="pacebox.trace.sms", name="enable", havingValue="true", matchIfMissing=true) public class TraceSmsConfiguration extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
io.opentracing.Tracer |
tracer |
| 构造器和说明 |
|---|
TraceSmsConfiguration(io.opentracing.Tracer tracer) |
@Bean public TraceSmsTemplateInteceptor traceSmsTemplateInteceptor()
Copyright © 2020. All rights reserved.