@PropertySource(value="classpath:system.properties") @EnableAspectJAutoProxy(proxyTargetClass=true) @EnableCaching(proxyTargetClass=true) public class SystemBeanConfig extends Object implements org.springframework.context.EnvironmentAware
| 构造器和说明 |
|---|
SystemBeanConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor |
autowiredAnnotationBeanPostProcessor() |
org.springframework.cache.ehcache.EhCacheCacheManager |
cacheManager(net.sf.ehcache.CacheManager cacheManager) |
org.springframework.cache.ehcache.EhCacheManagerFactoryBean |
cacheManagerFactory() |
com.centit.framework.security.model.CentitSessionRegistry |
centitSessionRegistry() |
com.centit.framework.security.model.CentitUserDetailsService |
centitUserDetailsService() |
org.springframework.security.web.csrf.CsrfTokenRepository |
csrfTokenRepository() |
com.centit.framework.security.model.StandardPasswordEncoderImpl |
passwordEncoder() |
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor |
persistenceExceptionTranslationPostProcessor()
配置事务异常封装
|
com.centit.framework.model.adapter.PlatformEnvironment |
platformEnvironment() |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAware@Bean public org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor persistenceExceptionTranslationPostProcessor()
@Bean public org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor autowiredAnnotationBeanPostProcessor()
@Bean(value="passwordEncoder") public com.centit.framework.security.model.StandardPasswordEncoderImpl passwordEncoder()
@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()
@Bean public com.centit.framework.security.model.CentitSessionRegistry centitSessionRegistry()
@Bean public org.springframework.cache.ehcache.EhCacheCacheManager cacheManager(net.sf.ehcache.CacheManager cacheManager)
@Bean public org.springframework.cache.ehcache.EhCacheManagerFactoryBean cacheManagerFactory()
Copyright © 2018 Centit Information Technical, co. Inc.. All rights reserved.