diff --git a/README.md b/README.md index bae2af7..308197c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,40 @@ -## 👋 简介 - +
+ +
+ 深入探索Spring源码分析 🌼 +
+
+

+ Stars Badge + Follow @xuchengsheng + Fork @xuchengsheng + Issues @xuchengsheng + CSDN @xuchengsheng + visitor badge + wechat +

+

+ 👋 简介 + | + 🙏 点个星? + | + ⚡ 技术 + | + 💬 联系我 + | + ⛵ 贡献 + | + 🌱 Spring源码 + | + 🔄 更新 + | + 🔄 统计 +

+
-![status](https://img.shields.io/badge/status-up-brightgreen) ![Gender](https://img.shields.io/badge/gender-%F0%9F%A4%B5-lightgrey) ![](https://img.shields.io/static/v1?label=wechat&message=xcs19930428&color=7BB32E&logo=wechat) ![](https://visitor-badge.lithub.cc/badge?page_id=github.com/xuchengsheng) + +## 👋简介 大家好呀,我是Lex。我是一名拥有8年经验的Java 后端开发人员,也是一个对 Spring 框架充满热情的程序员。为了帮助那些希望深入了解 Spring 框架的程序员们,我创建了这个 “Spring 源码阅读系列”。通过这个系列,我希望能够与你们共同探索 Spring 的内部工作机制。如果您有同样的兴趣或问题,请联系我! @@ -11,17 +44,16 @@ ## ⚡技术 -![Docker](https://img.shields.io/badge/-Docker-000?&logo=Docker) -![Kubernetes](https://img.shields.io/badge/-Kubernetes-000?&logo=Kubernetes) -![Linux](https://img.shields.io/badge/-Linux-000?&logo=Linux) -![Node.js](https://img.shields.io/badge/-Node.js-000?&logo=node.js) -![React](https://img.shields.io/badge/-React-000?&logo=React) -![Redis](https://img.shields.io/badge/-Redis-000?&logo=Redis) -![Spring](https://img.shields.io/badge/-Spring-000?&logo=Spring) -![MySQL](https://img.shields.io/badge/-MySQL-000?&logo=MySQL) -![GitHub](https://img.shields.io/badge/-GitHub-181717?style=flat-square&logo=github) +
+ + + + + + +
-## 📫与我联系 +## 💬与我联系 ✉️ [Email](xuchengshengsuper@163.com) | 💬 [Issue](https://github.com/xuchengsheng/spring-reading/issues) | 🌐 [CSDN](https://blog.csdn.net/duzhuang2399?type=blog) Me about everything! @@ -97,7 +129,6 @@ - [**作用域定义@Scope**](spring-jsr/spring-jsr330-scope/README.md) - 揭露如何使用`@Scope`定义Bean的生命周期和作用域。 - [**单例模式@Singleton**](spring-jsr/spring-jsr330-singleton/README.md) - 深入理解`@Singleton`注解,确保Spring Bean的单一实例化。 - ## 🔄持续更新中 为了给大家提供最新、最有价值的内容,我会坚持每天更新这个仓库。每一天,你都可以期待看到一些新的内容或者对已有内容的改进。如果你有任何建议或反馈,欢迎随时联系我。我非常珍视每一个反馈,因为这是我持续改进的动力。 diff --git a/banner.png b/banner.png new file mode 100644 index 0000000..e190e38 Binary files /dev/null and b/banner.png differ