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

cf.dropsonde.spring.boot.SnotelAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
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