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

no.entur.logging.cloud.spring.logbook.gcp.LogbookGcpAutoConfiguration Maven / Gradle / Ivy

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