no.entur.logging.cloud.spring.logbook.gcp.LogbookGcpAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logbook-spring-boot-autoconfigure-gcp Show documentation
Show all versions of logbook-spring-boot-autoconfigure-gcp Show documentation
logbook-spring-boot-autoconfigure-gcp
The newest version!
package no.entur.logging.cloud.spring.logbook.gcp;
import no.entur.logging.cloud.spring.logbook.LogbookLoggingAutoConfiguration;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Configuration
@AutoConfigureBefore(LogbookLoggingAutoConfiguration.class)
@PropertySource(value = "classpath:logbook.gcp.properties", ignoreResourceNotFound = false)
public class LogbookGcpAutoConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy