
com.github.jnoee.xo.auth.feign.config.AuthFeignAutoConfiguration Maven / Gradle / Ivy
The newest version!
package com.github.jnoee.xo.auth.feign.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import com.github.jnoee.xo.auth.feign.handle.AuthRequestInterceptor;
@Configuration
public class AuthFeignAutoConfiguration {
@Bean
AuthRequestInterceptor authRequestInterceptor() {
return new AuthRequestInterceptor();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy