Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.51 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.51 KB

The Spring Family X guide

Warning

  • 本项目适合有一年以上 Spring 使用经验的小伙伴 或 多年主流语言开发经验的朋友.
  • 本项目基于 Spring-5.16 并在此基础上进行二次定制开发学习.
  • 环境配置参考 -> IntelliJ IDEA 导入 Spring 源码教程

Pull request standard

  1. 禁止修改源码, 可在Spring 允许的情况下做扩展.
  2. 允许对 Spring源码进行精简注释.
  3. 扩展的代码或测试用例只能存放在要在 test 目录.
  4. test 目录下的如果超过一个类则请 新建 package 并以X 结尾.如果只有一个类 则类名用 X 结尾.
  5. PR前建议 请先 Issue 再 PR.

Changes logs

  • 2019.8.11 Push SpringBoot-Starter WebSocket Demo Alt text

  • 2020.5.28 Push Base on Spring-5.16 add My new Test Case and SourceCode Annotation

  • 2020.9.4 Push SpringCloud-starter-alibaba-nacos-Discovery - Provider and Consumer Demo

Alt text