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

io.github.opensabre.config.OpensabreConfig Maven / Gradle / Ivy

The newest version!
package io.github.opensabre.config;

import io.github.opensabre.boot.config.YamlPropertyLoaderFactory;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.PropertySource;

@AutoConfiguration
@PropertySource(value = {"classpath:opensabre-config.yml"}, encoding = "UTF8", factory = YamlPropertyLoaderFactory.class)
public class OpensabreConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy