mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	添加注释
This commit is contained in:
		| @@ -8,6 +8,11 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties | |||||||
| import org.springframework.context.annotation.Bean; | import org.springframework.context.annotation.Bean; | ||||||
| import org.springframework.context.annotation.Configuration; | import org.springframework.context.annotation.Configuration; | ||||||
|  |  | ||||||
|  | /** | ||||||
|  |  * BizTracer Bean 配置类 | ||||||
|  |  * | ||||||
|  |  * @author mashu | ||||||
|  |  */ | ||||||
| @Configuration | @Configuration | ||||||
| @ConditionalOnClass({BizTracingAop.class}) | @ConditionalOnClass({BizTracingAop.class}) | ||||||
| @EnableConfigurationProperties(BizTracerProperties.class) | @EnableConfigurationProperties(BizTracerProperties.class) | ||||||
|   | |||||||
| @@ -3,6 +3,11 @@ package cn.iocoder.dashboard.framework.tracer.config; | |||||||
| import lombok.Data; | import lombok.Data; | ||||||
| import org.springframework.boot.context.properties.ConfigurationProperties; | import org.springframework.boot.context.properties.ConfigurationProperties; | ||||||
|  |  | ||||||
|  | /** | ||||||
|  |  * BizTracer配置类 | ||||||
|  |  * | ||||||
|  |  * @author 麻薯 | ||||||
|  |  */ | ||||||
| @ConfigurationProperties("yudao.tracer") | @ConfigurationProperties("yudao.tracer") | ||||||
| @Data | @Data | ||||||
| public class BizTracerProperties { | public class BizTracerProperties { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 dark
					dark