随笔分类 -  Spring

SpringBoot 学习笔记
摘要:1、构建 RESTful 的web service 2、用Gradle构建Java 项目 3、用Maven构建Java项目 4、Spring's RestTemplate 消费Web Service 5、Spring Data JPA 交互数据库; 5、Spring jdbc访问Relation D 阅读全文

posted @ 2018-02-05 23:01 夜雨梧桐 阅读(307) 评论(0) 推荐(0) 编辑

SpingBoot:Unregistering JMX-exposed beans on shutdown
摘要:转载:http://blog.csdn.net/sun20100912/article/details/52013463 新建Springboot 启动 SpringBoot 报错: 阅读全文

posted @ 2017-04-14 10:55 夜雨梧桐 阅读(34203) 评论(2) 推荐(0) 编辑

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) 编辑

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) 编辑

Eclipse一步一步搭建SSM+Maven
摘要:Eclipse 搭建SSM(Spring、Spring MVC 、Mybatis) 利用Maven管理Jar包 一般而言,新的eclipse都已经集成了maven,如果没有那么就安装,点击eclipse菜单栏Help->Eclipse Marketplace搜索关键字maven到插件Maven In 阅读全文

posted @ 2016-02-05 11:26 夜雨梧桐 阅读(23926) 评论(0) 推荐(0) 编辑

新版 Spring下载方法
摘要:1、百度 Spring 打开官方网站 http://spring.io/2、=======================================3、=========================================4、============================... 阅读全文

posted @ 2015-08-05 22:44 夜雨梧桐 阅读(377) 评论(0) 推荐(0) 编辑

导航