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

com.tlcsdm.log.config.LogProperties Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.tlcsdm.log.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 * @author: 唐 亮
 * @date: 2022/3/13 0:03
 * @since: 1.0
 */
@ConfigurationProperties("log")
@Data
public class LogProperties {
    //服务名
    private String service;
    //项目版本
    private String projectVersion;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy