摘要:
JSR107规范,
Spring缓存抽象(@Cacheable, @CacheEvict, @CachePut, @EnableCaching)
以Redis作缓存 阅读全文
摘要:
@Autowired, @Qualifier, @Primary
@Resource, @Inject
对方法/构造器/参数的自动装配
@Profile 阅读全文
摘要:
生命周期(Bean的initMethod和destroyMethod属性, InitializingBean和DisposableBean, @PostConstruct和@PreDestroy, BeanPostProcessor)
属性赋值(@Value, @PropertySource) 阅读全文
摘要:
配置类, Bean(@Bean, @Scope, 懒加载), 包扫描, @Conditional, @Import, FactoryBean 阅读全文
摘要:
SpringMVC执行流程, Spring整合SpringMVC 阅读全文
摘要:
概述, RequestMapping, REST风格, 处理请求数据, 处理响应数据 阅读全文