@Configuration @PropertySource(value="classpath:application.properties") @ComponentScan(basePackages="org.bonitasoft.web.designer") @EnableAspectJAutoProxy(proxyTargetClass=true) public class ApplicationConfig extends Object
| Constructor and Description |
|---|
ApplicationConfig() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertySourcesPlaceholderConfigurer()
load property file described in @PropertySource
|
Copyright © 2021. All rights reserved.