@Configuration
@PropertySource(value="classpath:/META-INF/activiti-app/activiti-app.properties") @PropertySource(value="classpath:activiti-app.properties",ignoreResourceNotFound=true) @PropertySource(value="file:activiti-app.properties",ignoreResourceNotFound=true)
@ComponentScan(basePackages={"org.activiti.app.conf","org.activiti.app.repository","org.activiti.app.service","org.activiti.app.security","org.activiti.app.model.component"})
public class ApplicationConfiguration
extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertySourcesPlaceholderConfigurer()
This is needed to make property resolving work on annotations ...
|
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
Copyright © 2017 Alfresco. All rights reserved.