@Configuration @EnableConfigurationProperties(value=ROPServerConfigurationProperties.class) public class ROPServerAutoConfiguration extends Object
| 构造器和说明 |
|---|
ROPServerAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
AppsecretFetcher |
appsecretFetcher()
没有的时候垫底的存在,不建议使用,请自行实现AppsecretFetcher并声明为bean
|
org.springframework.boot.web.servlet.FilterRegistrationBean |
filterRegistrationBean(ROPServerConfigurationProperties properties,
org.springframework.web.multipart.MultipartResolver multipartResolver) |
RequestChecker |
requestChecker() |
ROPResponseBodyAdvice |
responseBodyAdvice(ROPServerConfigurationProperties properties) |
ROPExceptionHandler |
ropExceptionHandler() |
ROPSignInterceptor |
ropSignInterceptor(ROPServerConfigurationProperties properties) |
org.springframework.boot.web.servlet.ServletRegistrationBean |
servletRegistrationBean(ROPServerConfigurationProperties properties,
javax.servlet.MultipartConfigElement multipartConfigFactory) |
@Bean @ConditionalOnMissingBean(value=com.chinare.rop.core.signer.AppsecretFetcher.class) public AppsecretFetcher appsecretFetcher()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean filterRegistrationBean(ROPServerConfigurationProperties properties, org.springframework.web.multipart.MultipartResolver multipartResolver)
@Bean @ConditionalOnMissingBean(value=RequestChecker.class) public RequestChecker requestChecker()
@Bean @ConditionalOnMissingBean(value=ROPResponseBodyAdvice.class) public ROPResponseBodyAdvice responseBodyAdvice(ROPServerConfigurationProperties properties)
@Bean @ConditionalOnMissingBean(value=ROPExceptionHandler.class) public ROPExceptionHandler ropExceptionHandler()
@Bean public ROPSignInterceptor ropSignInterceptor(ROPServerConfigurationProperties properties)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean servletRegistrationBean(ROPServerConfigurationProperties properties, javax.servlet.MultipartConfigElement multipartConfigFactory)
Copyright © 2019. All rights reserved.