
net.guerlab.smart.pay.api.feign.autoconfig.FeignAutoConfigure Maven / Gradle / Ivy
/*
* Copyright 2018-2021 guerlab.net and other contributors.
*
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.guerlab.smart.pay.api.feign.autoconfig;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.Configuration;
/**
* feign自动配置
*
* @author guer
*/
@Configuration
@EnableFeignClients("net.guerlab.smart.pay.api.feign")
public class FeignAutoConfigure {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy