@Configuration
@PropertySource(value="classpath:/META-INF/flowable-ui-app/flowable-ui-app.properties") @PropertySource(value="classpath:flowable-ui-app.properties",ignoreResourceNotFound=true) @PropertySource(value="file:flowable-ui-app.properties",ignoreResourceNotFound=true)
@ComponentScan(basePackages={"org.flowable.app.conf","org.flowable.app.repository","org.flowable.app.service","org.flowable.app.filter","org.flowable.app.security","org.flowable.app.model.component"})
public class ApplicationConfiguration
extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
propertyPlaceholderConfigurer() |
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()
@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer propertyPlaceholderConfigurer()
Copyright © 2017 Flowable. All rights reserved.