org.zodiac.autoconfigure.log.PlatformRequestLogProperties Maven / Gradle / Ivy
package org.zodiac.autoconfigure.log;
import org.zodiac.log.config.PlatformRequestLogInfo;
//@AppRefreshScope
//@ConfigurationProperties(prefix = PlatformLogSystemPropertiesConstants.PLATFORM_LOG_REQUEST_PREFIX)
public class PlatformRequestLogProperties extends PlatformRequestLogInfo {
public PlatformRequestLogProperties() {
}
}