添加注释
parent
00bcb50ba9
commit
76d91ac7db
|
@ -8,6 +8,11 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
|
|||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* BizTracer Bean 配置类
|
||||
*
|
||||
* @author mashu
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass({BizTracingAop.class})
|
||||
@EnableConfigurationProperties(BizTracerProperties.class)
|
||||
|
|
|
@ -3,6 +3,11 @@ package cn.iocoder.dashboard.framework.tracer.config;
|
|||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
||||
/**
|
||||
* BizTracer配置类
|
||||
*
|
||||
* @author 麻薯
|
||||
*/
|
||||
@ConfigurationProperties("yudao.tracer")
|
||||
@Data
|
||||
public class BizTracerProperties {
|
||||
|
|
Loading…
Reference in New Issue