package com.kidgrow.log.config;
import com.kidgrow.log.properties.TraceProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
/**
* 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
*
* @Description: 日志自动配置
* @Project:
* @CreateDate: Created in 2020/2/4 16:05
* @Author: liuke
*/
@EnableConfigurationProperties(TraceProperties.class)
public class LogAutoConfigure {
}