From 50c6041159fcf879e9c617b775c272aab0feb75a Mon Sep 17 00:00:00 2001 From: JeffLi1993 Date: Tue, 28 Feb 2017 17:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a0a5b..e8355ae 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ QQ 群
##### a. 基础 springboot 版本 1.5.1.RELEASE - springboot-helloworld
-入门 HelloWorld 案例,Quick Start - [《Spring Boot 之 HelloWorld 详解》](http://www.bysocket.com/?p=1124 "Spring Boot 之 HelloWorld详解")
+入门 HelloWorld 案例,Quick Start
+ [《Spring Boot 之 HelloWorld 详解》](http://www.bysocket.com/?p=1124 "Spring Boot 之 HelloWorld详解")
##### b. Web 开发相关 - springboot-mybatis
@@ -51,6 +52,7 @@ CREATE TABLE `city` ( ```` INSERT city VALUES (1 ,1,'温岭市','BYSocket 的家在温岭。'); ```` +
### 《 springboot-mybatis 工程 Quick Start 》 首先 check 基本环境配置完成,创建好数据库和表。