All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.doudou.common.tool.config.entity.ConfigConstant Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package top.doudou.common.tool.config.entity;


/**
 * @author  傻男人<[email protected]>
 * @Date: 2020/8/25 14:03
 * @Version: 1.0
 * @Description: 配置常量
 */
public interface ConfigConstant{

    String REQUEST_UUID = "request-uuid";


    String REQUEST_START_TIME = "request-startTime";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy