Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunbocheng/spring
🌸Spring框架
https://github.com/yunbocheng/spring
maven spring
Last synced: about 5 hours ago
JSON representation
🌸Spring框架
- Host: GitHub
- URL: https://github.com/yunbocheng/spring
- Owner: yunbocheng
- License: mit
- Created: 2021-11-11T07:19:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T15:28:19.000Z (almost 3 years ago)
- Last Synced: 2024-02-22T17:27:15.953Z (9 months ago)
- Topics: maven, spring
- Language: Java
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring
## 一、Spring核心模块
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/s.png)
## 二、Spring思维导图
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/spr.png)
## 三、清单
### 1.Spring
- [第一个Spring项目](./Hello-Spring)
- [Spring基于xml配置文件实现IoC技术](./spring-di-xml)
- [Spring基于注解实现IoC技术](./spring-di-annotation)
- [Spring基于AspectJ框架实现AOP](./spring-aop-aspectJ)
- [Spring集成MyBatis](./spring-mybatis)
- [Spring基于AOP实现事务处理](./spring-affair-aop)
- [Spring基于AspectJ实现事务处理](./spring-affair-aspectJ)
- [Spring-Web](./spring-web)
- [Spring概念](./Spring.md)## 四、参考文献
Spring中文手册 :
> - [Spring官方文档](https://spring.io/)
## 五、反馈及改进
如果您在学习的时候遇到了任何问题,或者清单有任何可以改进的地方,
非常欢迎提出issues,看到就会回馈.并且将您添加到项目贡献者列表中。
## 六、参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request,填写必要信息。
5. 等待审核即可。通过之后会邮件通知您。## 七、许可证
在 MIT 许可下分发。有关更多信息,请参阅[`LICENSE`](./LICENSE)。
## 八、致谢
> 1. 感谢动力节点提供的Spring在线课程视频资料 [Spring在线课程](https://www.bilibili.com/video/BV1nz4y1d7uy)
> 2. 感谢JetBrains提供的配套开发环境许可证 [官方网站](https://www.jetbrains.com/)
> 3. 感谢Gitee提供的图床平台 [相关地址](https://gitee.com/YunboCheng/imageBad)