From 721fc793faa28896a0380dbbc0954fa1bcb481e6 Mon Sep 17 00:00:00 2001 From: System Administrator Date: Mon, 28 Jan 2019 22:29:56 +0800 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=E5=AE=9E=E6=88=98=E5=90=88?= =?UTF-8?q?=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b7d75c..e71c3e1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ --- -## 数据库/缓存相关 +# 数据库/缓存相关 - [Guava Cache本地缓存在 Spring Boot应用中的实践](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_guava_cache) - [EVCache缓存在 Spring Boot中的实战](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_evcache) @@ -24,13 +24,13 @@ --- -## 日志相关 +# 日志相关 - [Spring Boot日志框架实践](http://www.codesheep.cn/2018/03/29/Boot%E6%97%A5%E5%BF%97%E6%A1%86%E6%9E%B6%E5%AE%9E%E8%B7%B5/) --- -## 应用监控相关 +# 应用监控相关 - [利用神器 BTrace 追踪线上 Spring Boot应用运行时信息](https://www.codesheep.cn/2019/01/17/springbt-btrace/) - [Spring Boot应用监控实战](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_admin_server) @@ -38,7 +38,7 @@ --- -## 内部机制相关 +# 内部机制相关 - [SpringBoot 中 @SpringBootApplication注解背后的三体结构探秘](http://www.codesheep.cn/2018/07/30/at-SpringBootApplication-zhujie/) - [SpringBoot 应用程序启动过程探秘](http://www.codesheep.cn/2018/09/04/springboot-startup-process/) @@ -46,7 +46,7 @@ --- -## 实战经验相关 +# 实战经验相关 - [Spring Boot工程集成全局唯一ID生成器 UidGenerator](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_uid_generator) - [Spring Boot 工程集成全局唯一ID生成器 Vesta](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_vesta) @@ -62,7 +62,7 @@ --- -## 【持续更新中......】 +# 【持续更新中......】 -- GitLab