diff --git a/spring-boot/spring-boot-druid-mybatis/README.md b/spring-boot/spring-boot-druid-mybatis/README.md index 8409d1a..a42747f 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 @@ -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: @@ -193,4 +193,4 @@ public class DruidStatController { #### 2.4 druid 控制台的使用,默认访问地址 http://localhost:8080/druid/login.html -![spring-boot-druid 控制台](D:\spring-samples-for-all\pictures\spring-boot-druid 控制台.png) \ No newline at end of file +
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