@PropertySource(value="classpath:system.properties") @EnableAspectJAutoProxy(proxyTargetClass=true) public class SystemBeanConfig extends Object implements org.springframework.context.EnvironmentAware
| 构造器和说明 |
|---|
SystemBeanConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor |
autowiredAnnotationBeanPostProcessor() |
com.centit.framework.security.model.CentitUserDetailsService |
centitUserDetailsService() |
org.springframework.security.web.csrf.CsrfTokenRepository |
csrfTokenRepository() |
com.centit.framework.model.adapter.PlatformEnvironment |
platformEnvironment() |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
@Autowired public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAware@Bean public org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor autowiredAnnotationBeanPostProcessor()
@Bean public com.centit.framework.model.adapter.PlatformEnvironment platformEnvironment()
@Bean public com.centit.framework.security.model.CentitUserDetailsService centitUserDetailsService()
@Bean public org.springframework.security.web.csrf.CsrfTokenRepository csrfTokenRepository()
Copyright © 2020 Centit Information Technical, co. Inc.. All rights reserved.