优化README

master
xuchengsheng 2023-10-23 12:05:04 +08:00
parent 9f561cd681
commit 5befdc4bdf
2 changed files with 45 additions and 14 deletions

View File

@ -1,7 +1,40 @@
## 👋 简介 <div align="center">
<img align='right' src='https://octodex.github.com/images/hula_loop_octodex03.gif' width='200'> <img src='banner.png'>
<br/>
<strong><i>深入探索Spring源码分析 🌼</i></strong>
<br/>
<br/>
<p>
<a href="https://github.com/xuchengsheng/spring-reading/stargazers"><img src="https://img.shields.io/github/stars/xuchengsheng/spring-reading?style=social" alt="Stars Badge"/></a>
<a href="https://github.com/xuchengsheng"><img src="https://img.shields.io/github/followers/xuchengsheng?label=follow&style=social" alt="Follow @xuchengsheng"></a>
<a href="https://github.com/xuchengsheng/spring-reading/fork"><img src="https://img.shields.io/github/forks/xuchengsheng/spring-reading?label=fork&style=social" alt="Fork @xuchengsheng"></a>
<a href="https://github.com/xuchengsheng/spring-reading/issues"><img src="https://img.shields.io/github/issues/xuchengsheng/spring-reading?style=social&logo=github&label=Issues
" alt="Issues @xuchengsheng"></a>
<a href="https://blog.csdn.net/duzhuang2399"><img src="https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fblog.csdn.net%2Fduzhuang2399&query=%2F%2F*%5B%40id%3D%22userSkin%22%5D%2Fdiv%5B1%5D%2Fdiv%5B2%5D%2Fdiv%5B1%5D%2Fdiv%2Fdiv%5B2%5D%2Fdiv%5B1%5D%2Fdiv%5B1%5D%2Fdiv%5B2%5D%2Fspan&style=social&label=CSDN&cacheSeconds=3600&link=https%3A%2F%2Fblog.csdn.net%2Fduzhuang2399" alt="CSDN @xuchengsheng"></a>
<img src="https://visitor-badge.lithub.cc/badge?page_id=github.com/xuchengsheng" alt="visitor badge"/>
<img src="https://img.shields.io/static/v1?label=wechat&message=xcs19930428&color=7BB32E&logo=wechat&" alt="wechat"/>
</p>
<p>
👋 <a href="#简介">简介</a>
|
🙏 <a href="#顺手点个星">点个星?</a>
|
<a href="#技术">技术</a>
|
💬 <a href="#与我联系">联系我</a>
|
<a href="#欢迎贡献">贡献</a>
|
🌱 <a href="#spring-源码阅读系列">Spring源码</a>
|
🔄 <a href="#持续更新中">更新</a>
|
🔄 <a href="#我的-github-统计">统计</a>
</p>
</div>
![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 的内部工作机制。如果您有同样的兴趣或问题,请联系我! 大家好呀我是Lex。我是一名拥有8年经验的Java 后端开发人员,也是一个对 Spring 框架充满热情的程序员。为了帮助那些希望深入了解 Spring 框架的程序员们,我创建了这个 “Spring 源码阅读系列”。通过这个系列,我希望能够与你们共同探索 Spring 的内部工作机制。如果您有同样的兴趣或问题,请联系我!
@ -11,17 +44,16 @@
## ⚡技术 ## ⚡技术
![Docker](https://img.shields.io/badge/-Docker-000?&logo=Docker) <div align="left">
![Kubernetes](https://img.shields.io/badge/-Kubernetes-000?&logo=Kubernetes) <img src="https://img.shields.io/badge/Java-1.8+-blue?logo=OpenJDK"/>
![Linux](https://img.shields.io/badge/-Linux-000?&logo=Linux) <img src="https://img.shields.io/badge/Spring-5.3.10-blue?logo=Spring"/>
![Node.js](https://img.shields.io/badge/-Node.js-000?&logo=node.js) <img src="https://img.shields.io/badge/SpringBoot-2.5.5-blue?logo=Spring Boot"/>
![React](https://img.shields.io/badge/-React-000?&logo=React) <img src="https://img.shields.io/badge/Maven-3.6.3-blue?logo=Apache Maven"/>
![Redis](https://img.shields.io/badge/-Redis-000?&logo=Redis) <img src="https://img.shields.io/badge/JSR-330-coral?logo=OpenJDK"/>
![Spring](https://img.shields.io/badge/-Spring-000?&logo=Spring) <img src="https://img.shields.io/badge/JSR-250-green?logo=OpenJDK"/>
![MySQL](https://img.shields.io/badge/-MySQL-000?&logo=MySQL) </div>
![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! ✉️ [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的生命周期和作用域。 - [**作用域定义@Scope**](spring-jsr/spring-jsr330-scope/README.md) - 揭露如何使用`@Scope`定义Bean的生命周期和作用域。
- [**单例模式@Singleton**](spring-jsr/spring-jsr330-singleton/README.md) - 深入理解`@Singleton`注解确保Spring Bean的单一实例化。 - [**单例模式@Singleton**](spring-jsr/spring-jsr330-singleton/README.md) - 深入理解`@Singleton`注解确保Spring Bean的单一实例化。
## 🔄持续更新中 ## 🔄持续更新中
为了给大家提供最新、最有价值的内容,我会坚持每天更新这个仓库。每一天,你都可以期待看到一些新的内容或者对已有内容的改进。如果你有任何建议或反馈,欢迎随时联系我。我非常珍视每一个反馈,因为这是我持续改进的动力。 为了给大家提供最新、最有价值的内容,我会坚持每天更新这个仓库。每一天,你都可以期待看到一些新的内容或者对已有内容的改进。如果你有任何建议或反馈,欢迎随时联系我。我非常珍视每一个反馈,因为这是我持续改进的动力。

BIN
banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB