Skip to content

Commit

Permalink
Spring Boot实战合集
Browse files Browse the repository at this point in the history
  • Loading branch information
System Administrator authored and System Administrator committed Jan 28, 2019
1 parent 47bce6b commit 721fc79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -24,29 +24,29 @@

---

## 日志相关
# 日志相关

- [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)
- [Spring Boot Admin 2.0开箱体验](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/spring_boot_admin2.0_demo)

---

## 内部机制相关
# 内部机制相关

- [SpringBoot 中 @SpringBootApplication注解背后的三体结构探秘](http://www.codesheep.cn/2018/07/30/at-SpringBootApplication-zhujie/)
- [SpringBoot 应用程序启动过程探秘](http://www.codesheep.cn/2018/09/04/springboot-startup-process/)
- [如何自制一个Spring Boot Starter并推送到远端公服](https://www.codesheep.cn/2019/01/24/springbt-starter/)

---

## 实战经验相关
# 实战经验相关

- [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)
Expand All @@ -62,7 +62,7 @@

---

## 【持续更新中......】
# 【持续更新中......】



0 comments on commit 721fc79

Please sign in to comment.