@Configuration
@EnableJpaRepositories(basePackages="org.egov.**.repository",
excludeFilters=,
repositoryFactoryBeanClass=org.springframework.data.envers.repository.support.EnversRevisionRepositoryFactoryBean.class)
@EnableJpaAuditing
public class RepositoryConfiguration
extends Object
| Constructor and Description |
|---|
RepositoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.AuditorAware<User> |
springSecurityAwareAuditor() |
@Bean @Profile(value="production") public org.springframework.data.domain.AuditorAware<User> springSecurityAwareAuditor()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.