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

io.github.opensabre.rpc.openfeign.config.OpensabreFeignConfig Maven / Gradle / Ivy

The newest version!
package io.github.opensabre.rpc.openfeign.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-rpc.yml"}, encoding = "UTF8", factory = YamlPropertyLoaderFactory.class)
public class OpensabreFeignConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy