README.md 4.9 KB
Newer Older
S
System Administrator 已提交
1 2


C
codesheep999 已提交
3

C
codesheep 已提交
4
### 本项目为 《Spring Boot实战合集》的系列文章,代码已开源,并持续保持更新。如果您觉得该项目对您有用,欢迎点击右上方的 Star按钮支持一波!!
S
System Administrator 已提交
5 6

- 个人博客:https://www.codesheep.cn
CodeSheep程序羊's avatar
CodeSheep程序羊 已提交
7
- GitHub:https://github.com/hansonwang99
S
System Administrator 已提交
8

CodeSheep程序羊's avatar
CodeSheep程序羊 已提交
9
另外所有内容都在我的个人微信公众号 **CodeSheep** 最先推出,大家可以关注一下,可 **长按****扫描** 下面的 **小心心** 来获取更多 **务实、能看懂、可复现的** 原创文。除此之外 **提问/进群交流** 也可以扫码进行!!!
S
System Administrator 已提交
10

C
CodeSheep 程序羊 已提交
11
![CodeSheep · 程序羊](https://www.codesheep.cn/css/images/codesheep_logo_heart.jpg)
S
System Administrator 已提交
12

CodeSheep程序羊's avatar
CodeSheep程序羊 已提交
13 14 15 16
[![Badge](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu/#/en_US)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[![Slack](https://img.shields.io/badge/slack-996icu-green.svg)](https://join.slack.com/t/996icu/shared_invite/enQtNTg4MjA3MzA1MzgxLWQyYzM5M2IyZmIyMTVjMzU5NTE5MGI5Y2Y2YjgwMmJiMWMxMWMzNGU3NDJmOTdhNmRlYjJlNjk5ZWZhNWIwZGM)

S
System Administrator 已提交
17 18 19 20
---

---

S
System Administrator 已提交
21
# 数据库/缓存相关
S
System Administrator 已提交
22

H
hansonwang99 已提交
23 24 25 26
- [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)

S
System Administrator 已提交
27
- [Spring Boot应用缓存实践之:Ehcache加持](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_ehcache)
H
hansonwang99 已提交
28

S
System Administrator 已提交
29
- [Spring Boot集成 MyBatis和 SQL Server实践](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_mybatis_sqlserver)
H
hansonwang99 已提交
30

S
System Administrator 已提交
31 32
- [Elasticsearch搜索引擎在Spring Boot中的实践](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springboot_es_demo)

update  
王帅 已提交
33 34 35 36
- [自制一个 elasticsearch-spring-boot-starter](https://www.codesheep.cn/2019/02/28/elasticsearch-spring-boot-starter/)

- [Spring Boot项目利用MyBatis Generator进行数据层代码自动生成](https://www.codesheep.cn/2019/02/14/mybatis-generator/)

update  
王帅 已提交
37 38
- [Mybatis-Plus 真好用(乡村爱情加持)](https://www.codesheep.cn/2019/04/12/springbt-mybatis-plus/)

S
System Administrator 已提交
39 40
---

S
System Administrator 已提交
41
# 日志相关
S
System Administrator 已提交
42 43 44 45 46

- [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/)

---

S
System Administrator 已提交
47
# 应用监控相关
S
System Administrator 已提交
48 49

- [利用神器 BTrace 追踪线上 Spring Boot应用运行时信息](https://www.codesheep.cn/2019/01/17/springbt-btrace/)
H
hansonwang99 已提交
50

S
System Administrator 已提交
51
- [Spring Boot应用监控实战](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_admin_server)
H
hansonwang99 已提交
52

S
System Administrator 已提交
53 54 55 56
- [Spring Boot Admin 2.0开箱体验](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/spring_boot_admin2.0_demo)

---

S
System Administrator 已提交
57
# 内部机制相关
S
System Administrator 已提交
58 59

- [SpringBoot 中 @SpringBootApplication注解背后的三体结构探秘](http://www.codesheep.cn/2018/07/30/at-SpringBootApplication-zhujie/)
H
hansonwang99 已提交
60

S
System Administrator 已提交
61
- [SpringBoot 应用程序启动过程探秘](http://www.codesheep.cn/2018/09/04/springboot-startup-process/)
H
hansonwang99 已提交
62

S
System Administrator 已提交
63 64 65 66
- [如何自制一个Spring Boot Starter并推送到远端公服](https://www.codesheep.cn/2019/01/24/springbt-starter/)

---

update  
王帅 已提交
67 68 69 70 71 72 73 74
# 认证和权限相关

- [基于 Spring Security和 JWT的权限系统设计](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_security_jwt)

- [基于Spring Security Oauth2的SSO单点登录+JWT权限控制实践](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_sso_jwt)

---

S
System Administrator 已提交
75
# 实战经验相关
S
System Administrator 已提交
76 77

- [Spring Boot工程集成全局唯一ID生成器 UidGenerator](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_uid_generator)
H
hansonwang99 已提交
78

S
System Administrator 已提交
79
- [Spring Boot 工程集成全局唯一ID生成器 Vesta](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_vesta)
H
hansonwang99 已提交
80

S
System Administrator 已提交
81
- [Spring Boot优雅编码之:Lombok加持](http://www.codesheep.cn/2018/04/09/SpringBoot%E4%BC%98%E9%9B%85%E7%BC%96%E7%A0%81%E4%B9%8B%EF%BC%9ALombok%E5%8A%A0%E6%8C%81/)
H
hansonwang99 已提交
82

S
System Administrator 已提交
83
- [Spring Boot应用 Docker化](http://www.codesheep.cn/2018/04/12/SpringBoot%E5%BA%94%E7%94%A8Docker%E5%8C%96/)
H
hansonwang99 已提交
84

S
System Administrator 已提交
85
- [Spring Boot热部署加持](http://www.codesheep.cn/2018/06/23/SpringBoot%E7%83%AD%E9%83%A8%E7%BD%B2%E5%8A%A0%E6%8C%81/)
H
hansonwang99 已提交
86

S
System Administrator 已提交
87
- [基于Spring Boot实现图片上传/加水印一把梭操作](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/springbt_watermark)
H
hansonwang99 已提交
88

S
System Administrator 已提交
89
- [从Spring Boot到 SpringMVC](http://www.codesheep.cn/2018/06/10/%E4%BB%8ESpringBoot%E5%88%B0SpringMVC/)
H
hansonwang99 已提交
90

S
System Administrator 已提交
91
- [自然语言处理工具包 HanLP在 Spring Boot中的应用](http://www.codesheep.cn/2018/11/01/springbt-hanlp/)
H
hansonwang99 已提交
92

S
System Administrator 已提交
93
- [Spring Boot应用部署于外置Tomcat容器](http://www.codesheep.cn/2018/06/05/SpringBoot%E5%BA%94%E7%94%A8%E9%83%A8%E7%BD%B2%E4%BA%8E%E5%A4%96%E7%BD%AETomcat%E5%AE%B9%E5%99%A8/)
H
hansonwang99 已提交
94

S
System Administrator 已提交
95 96 97 98 99
- [初探 Kotlin + Spring Boot联合编程](https://github.com/hansonwang99/Spring-Boot-In-Action/tree/master/kotlin_with_springbt)


---

S
System Administrator 已提交
100
# 【持续更新中......】
S
System Administrator 已提交
101 102 103