From 411c8b5be377b5a8cff6e63449babb3a66d00bbd Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Tue, 8 Jan 2019 20:48:23 +0800
Subject: [PATCH 1/4] Update README.md
---
spring-boot/spring-boot-druid-mybatis/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spring-boot/spring-boot-druid-mybatis/README.md b/spring-boot/spring-boot-druid-mybatis/README.md
index 8409d1a..80aa57f 100644
--- a/spring-boot/spring-boot-druid-mybatis/README.md
+++ b/spring-boot/spring-boot-druid-mybatis/README.md
@@ -193,4 +193,4 @@ public class DruidStatController {
#### 2.4 druid 控制台的使用,默认访问地址 http://localhost:8080/druid/login.html
-
\ No newline at end of file
+
From dd18240a0a062e6e4b1bce5480166fda70d76502 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Tue, 8 Jan 2019 20:49:53 +0800
Subject: [PATCH 2/4] Update README.md
---
spring-boot/spring-boot-yml-profile/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spring-boot/spring-boot-yml-profile/README.md b/spring-boot/spring-boot-yml-profile/README.md
index 4b479d4..f7b4416 100644
--- a/spring-boot/spring-boot-yml-profile/README.md
+++ b/spring-boot/spring-boot-yml-profile/README.md
@@ -244,4 +244,4 @@ freemarker:提供了完善的中文文档,地址 http://freemarker.foofun.cn
thymeleaf:官方英文文档地址:[thymeleaf 3.0.11RELEASE](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.pdf)
-注:我在本仓库中也上传了一份[thymeleaf中文文档(gangzi828(刘明刚 译)](https://github.com/heibaiying/spring-samples-for-all/tree/master/referenced%20documents),翻译的版本为3.0.5RELEASE
\ No newline at end of file
+注:我在本仓库中也上传了一份[thymeleaf中文文档(gangzi828(刘明刚 译))](https://github.com/heibaiying/spring-samples-for-all/tree/master/referenced%20documents),翻译的版本为3.0.5RELEASE
From a4e80c015999e7be83eb406a6c455b2da1fb1308 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Tue, 8 Jan 2019 21:35:20 +0800
Subject: [PATCH 3/4] Update README.md
---
spring-boot/spring-boot-druid-mybatis/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spring-boot/spring-boot-druid-mybatis/README.md b/spring-boot/spring-boot-druid-mybatis/README.md
index 80aa57f..3db7ccc 100644
--- a/spring-boot/spring-boot-druid-mybatis/README.md
+++ b/spring-boot/spring-boot-druid-mybatis/README.md
@@ -12,7 +12,7 @@
#### 1.2 项目主要依赖
-需要说明的是按照spring 官方对应自定义的starter 命名规范的推荐:
+需要说明的是按照spring 官方对于自定义的starter 命名规范的推荐:
- 官方的starter命名:spring-boot-starter-XXXX
- 其他第三方starter命名:XXXX-spring-boot-starte
From 9e4701c2c6bebfd19a56f882d605d7eadd2ac040 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Tue, 8 Jan 2019 21:36:04 +0800
Subject: [PATCH 4/4] Update README.md
---
spring-boot/spring-boot-druid-mybatis/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spring-boot/spring-boot-druid-mybatis/README.md b/spring-boot/spring-boot-druid-mybatis/README.md
index 3db7ccc..a42747f 100644
--- a/spring-boot/spring-boot-druid-mybatis/README.md
+++ b/spring-boot/spring-boot-druid-mybatis/README.md
@@ -54,7 +54,7 @@ spring boot 与 mybatis 版本的对应关系:
#### 2.1 在application.yml 中配置数据源
-本用例采用druid作为数据库连接池,虽然druid性能略逊于Hikari,但是提供了更为全面的监控管理,可以按照实际需求选用druid或者Hikari。(关于Hikari数据源的配置可以参考[spring-boot-mbatis项目](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring-boot/spring-boot-mybatis))
+本用例采用druid作为数据库连接池,虽然druid性能略逊于Hikari,但是提供了更为全面的监控管理,可以按照实际需求选用druid或者Hikari。(关于Hikari数据源的配置可以参考[spring-boot-mybatis项目](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring-boot/spring-boot-mybatis))
```yaml
spring: