Package net.hyshan.hou.core.app.config
Class HouCoreAppConfiguration
java.lang.Object
net.hyshan.hou.core.app.config.HouCoreAppConfiguration
@ComponentScan("net.hyshan.hou.core.app")
@EnableConfigurationProperties
@DubboComponentScan
public class HouCoreAppConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.filter.CorsFilterorg.springframework.boot.web.servlet.FilterRegistrationBean<AuthHeaderFilter> customFilterRegistration(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder) org.springframework.web.client.RestTemplate
-
Constructor Details
-
HouCoreAppConfiguration
public HouCoreAppConfiguration()
-
-
Method Details
-
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate() -
oauth2ClientProperties
-
corsFilter
@Bean public org.springframework.web.filter.CorsFilter corsFilter() -
customFilterRegistration
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<AuthHeaderFilter> customFilterRegistration(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder)
-