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

in.hocg.boot.http.log.autoconfiguration.properties.HttpLogProperties Maven / Gradle / Ivy

There is a newer version: 1.0.31
Show newest version
package in.hocg.boot.http.log.autoconfiguration.properties;

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

/**
 * Created by hocgin on 2020/8/15
 * email: [email protected]
 *
 * @author hocgin
 */
@Data
@ConfigurationProperties(HttpLogProperties.PREFIX)
public class HttpLogProperties {
    public static final String PREFIX = "boot.http.log";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy