摘要: JSR107规范, Spring缓存抽象(@Cacheable, @CacheEvict, @CachePut, @EnableCaching) 以Redis作缓存 阅读全文
posted @ 2020-06-16 16:12 yellowstreak 阅读(160) 评论(0) 推荐(0) 编辑
摘要: @Autowired, @Qualifier, @Primary @Resource, @Inject 对方法/构造器/参数的自动装配 @Profile 阅读全文
posted @ 2020-06-10 16:43 yellowstreak 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 生命周期(Bean的initMethod和destroyMethod属性, InitializingBean和DisposableBean, @PostConstruct和@PreDestroy, BeanPostProcessor) 属性赋值(@Value, @PropertySource) 阅读全文
posted @ 2020-06-09 16:09 yellowstreak 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 配置类, Bean(@Bean, @Scope, 懒加载), 包扫描, @Conditional, @Import, FactoryBean 阅读全文
posted @ 2020-06-09 11:10 yellowstreak 阅读(194) 评论(0) 推荐(0) 编辑
摘要: SpringMVC执行流程, Spring整合SpringMVC 阅读全文
posted @ 2020-06-07 11:26 yellowstreak 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 视图解析, 配置问题(编码过滤器, 前端控制器, 整合mytheleaf模板引擎) 阅读全文
posted @ 2020-06-05 18:24 yellowstreak 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 静态资源处理, SpringMVC处理Json, 文件的上传下载, 拦截器 阅读全文
posted @ 2020-06-05 18:19 yellowstreak 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 概述, RequestMapping, REST风格, 处理请求数据, 处理响应数据 阅读全文
posted @ 2020-06-04 11:15 yellowstreak 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Java静态代理, Java动态代理, 动态代理的分析 阅读全文
posted @ 2020-06-02 16:17 yellowstreak 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 概述(编程式事务管理, 声明式事务管理, 事务管理器), 注解配置事务(propagation, isolaction, timeout/readOnly, rollbackFor/noRollbackFor) 阅读全文
posted @ 2020-06-02 10:38 yellowstreak 阅读(137) 评论(0) 推荐(0) 编辑