@Configuration
@EnableAsync
@EnableAspectJAutoProxy(proxyTargetClass=true)
public class AppConfig
extends java.lang.Object
<负责注册除Controller等web层以外的所有bean,包括aop代理,service层,dao层,缓存,等等>
| Modifier and Type | Class and Description |
|---|---|
static class |
AppConfig.ThreadingConfig |
| Constructor and Description |
|---|
AppConfig() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
placehodlerConfigurer() |
org.springframework.scheduling.SchedulingTaskExecutor |
taskExecutor() |