02 2017 档案

Spring Cloud
摘要:1.http://git.oschina.net/itmuch/spring-cloud-book/tree/master/2%20Spring%20Cloud?dir=1&filepath=2+Spring+Cloud&oid=9f3bfb498f77d592924d116160227465342 阅读全文

posted @ 2017-02-24 16:09 夜雨梧桐 阅读(203) 评论(0) 推荐(0) 编辑

Hibernate 缓存
摘要:1.Hibernate 缓存 分为Session 和 SessionFactory 缓存 (1)Session 缓存:被称为一级缓存, 内置缓存,不能卸载 (2)SessionFactory 缓存: 内置缓存 外置缓存(二级缓存) 内置缓存 外置缓存(二级缓存) 内置缓存 外置缓存(二级缓存) 持久 阅读全文

posted @ 2017-02-22 11:51 夜雨梧桐 阅读(139) 评论(0) 推荐(0) 编辑

Spring 快速入门
摘要:1.持久层 (1) 域模型层 (2) Dao 持久层接口 (3) DaoImpl 持久层接口实现 2.业务层 Service 业务接口层 ServiceImpl 业务接口实现 3.展现层 Spring 2.5 新增基于注解的MVC , SPring 3.0 中提供Rest风格的MVC. 首先 需要对 阅读全文

posted @ 2017-02-21 00:00 夜雨梧桐 阅读(276) 评论(0) 推荐(0) 编辑

Junit 单元测试
摘要:1.Junit 官方地址 http://www.junit.org/ 2.Junit 4 在Junit 3 基础上有了较大的改进,这里采用Junit 4 测试,之前 需要确保将Junit.jar 加入Build Path中. 3.Eclipse 一步一步深入: File -> New -> Othe 阅读全文

posted @ 2017-02-20 23:24 夜雨梧桐 阅读(293) 评论(0) 推荐(0) 编辑

Spring Cloud 笔记
摘要:1.http://www.cnblogs.com/skyblog/p/5127690.html 2.http://www.cnblogs.com/skyblog/p/5127712.html 3.https://github.com/JeffLi1993/springboot-learning-ex 阅读全文

posted @ 2017-02-19 21:23 夜雨梧桐 阅读(140) 评论(0) 推荐(0) 编辑

Swagger SpringBoot 集成
摘要:说明:Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。总体目标是使客户端和文件系统作为服务器以同样的速度来更新。文件的方法,参数和模型紧密集成到服务器端的代码,允许API来始终保持同步。Swagger 让部署管理和使用功能强大的API从未如 阅读全文

posted @ 2017-02-17 10:17 夜雨梧桐 阅读(269) 评论(0) 推荐(0) 编辑

Apache Shiro 权限框架
摘要:分享一个视屏教程集合 http://www.tudou.com/home/konghao/item 1.Shiro Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码学和会话管理。使用Shiro的易于理解的API,您可以快速、轻松地获得任何应用程序,从最小的移动应用 阅读全文

posted @ 2017-02-16 17:31 夜雨梧桐 阅读(11136) 评论(0) 推荐(0) 编辑

Spring Boot
摘要:转载:Spring Boot 教程:http://412887952-qq-com.iteye.com/blog/2344171 http://bbs.springcloud.cn/d/2-dd-spring-boot 1.Spring Boot 利用fastJson(Alibaba)解析数据 第一 阅读全文

posted @ 2017-02-13 15:14 夜雨梧桐 阅读(309) 评论(0) 推荐(0) 编辑

导航