From 8e095a2f71c8cff5f52fe16897f6c183938e9e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86?= <89921218@qq.com> Date: Tue, 27 Jun 2017 17:03:47 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4636c76..997d584 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目 - 最佳实践的项目结构、配置文件及精简的Maven依赖([查看项目结构图](https://github.com/lihengming/shared-files/blob/master/project-struct.png)) - 统一响应结果封装及生成工具 - 统一异常处理 +- 简单的接口签名认证 - 常用基础方法抽象封装 - 使用Druid Spring Boot Starter 集成Druid连接池与监控 - 集成MyBatis、通用Mapper插件、PageHelper分页插件,实现单表业务零SQL From 03ee366d813d097663a913f8dcac307817a903d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86?= <89921218@qq.com> Date: Tue, 27 Jun 2017 17:06:40 +0800 Subject: [PATCH 2/4] update > the document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 997d584..0ec7ba6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目 - 最佳实践的项目结构、配置文件及精简的Maven依赖([查看项目结构图](https://github.com/lihengming/shared-files/blob/master/project-struct.png)) - 统一响应结果封装及生成工具 - 统一异常处理 -- 简单的接口签名认证 +- 简单的接口签名认证 - 常用基础方法抽象封装 - 使用Druid Spring Boot Starter 集成Druid连接池与监控 - 集成MyBatis、通用Mapper插件、PageHelper分页插件,实现单表业务零SQL From e715ac481bceab63fb55106178dbc9d07f9628b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86?= <89921218@qq.com> Date: Wed, 28 Jun 2017 15:20:24 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ec7ba6..2fbb2a1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ## 简介 Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目,用于快速构建纯API的项目(中小型项目),该种子项目已经有过多个真实项目的实践,稳定、简单、快速,使我们摆脱那些重复劳动,专注于业务代码编写,减少加班。下面是一个简单的使用演示,看如何基于本项目在短短几十秒钟内实现一套简单的API,并运行提供服务。 - -[![请选择超清](https://raw.githubusercontent.com/lihengming/shared-files/master/project-example-youku.png)](http://v.youku.com/v_show/id_XMjg1MDc5NDc4OA==.html?spm=a2h3j.8428770.3416059.1) - + ## 特征&提供 - 最佳实践的项目结构、配置文件及精简的Maven依赖([查看项目结构图](https://github.com/lihengming/shared-files/blob/master/project-struct.png)) - 统一响应结果封装及生成工具 From 3bb08450a16a339fcace1891286101c8e9e87c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86?= <89921218@qq.com> Date: Wed, 28 Jun 2017 15:21:50 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fbb2a1..af4145b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## 简介 Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目,用于快速构建纯API的项目(中小型项目),该种子项目已经有过多个真实项目的实践,稳定、简单、快速,使我们摆脱那些重复劳动,专注于业务代码编写,减少加班。下面是一个简单的使用演示,看如何基于本项目在短短几十秒钟内实现一套简单的API,并运行提供服务。 - + +[![请选择超清](https://raw.githubusercontent.com/lihengming/shared-files/master/project-example-youku.png)](http://v.youku.com/v_show/id_XMjg1MDc5NDc4OA==.html?spm=a2h3j.8428770.3416059.1) ## 特征&提供 - 最佳实践的项目结构、配置文件及精简的Maven依赖([查看项目结构图](https://github.com/lihengming/shared-files/blob/master/project-struct.png)) - 统一响应结果封装及生成工具