![JAR search and dependency download from the Maven repository](/logo.png)
ee.bitweb.core.trace.TraceIdProperties Maven / Gradle / Ivy
package ee.bitweb.core.trace;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import static ee.bitweb.core.trace.TraceIdProperties.PREFIX;
@Setter
@Getter
@Component
@ConfigurationProperties(PREFIX)
public class TraceIdProperties {
static final String PREFIX = "ee.bitweb.core.trace";
private Boolean autoConfiguration = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy