![JAR search and dependency download from the Maven repository](/logo.png)
cf.dropsonde.spring.boot.SnotelAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snotel-spring-boot-starter Show documentation
Show all versions of snotel-spring-boot-starter Show documentation
A Spring Boot starter to auto-configure Snotel.
package cf.dropsonde.spring.boot;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@ConditionalOnProperty(prefix = "metron", name = "enabled", matchIfMissing = true)
@Import(MetronClientConfiguration.class)
public class SnotelAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy