# evolution-from-netty-to-springboot **Repository Path**: amusement1234/evolution-from-netty-to-springboot ## Basic Information - **Project Name**: evolution-from-netty-to-springboot - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-31 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![主题海报](https://github.com/cybertheye/evolution-from-netty-to-springboot/blob/main/poster.png) # 项目介绍 学习开源项目,模拟实现netty,tomcat,springmvc,springboot等核心功能。可以作为提升编码能力的实践项目。欢迎各位一起参与,提交代码,相互学习 # 目标 最终需要能 mimic-springboot 依赖 mimic-springmvc 依赖 mimic-tomcat 依赖 mimic-netty # 参与项目方法 1. 首先fork一下仓库 2. git clone 仓库 到本地 3. git remote add origin 你的仓库地址 4. git remote add upstream https://github.com/cybertheye/evolution-from-netty-to-springboot.git 5. 写代码,push,到远程仓库,在Pull Requests 中 点击新建 Pull Request 6. 同步项目(目的同步其他人的提交) 7. git fetch upstream 8. git rebase upstream/master (冲突合并 git rebase continue) 9. git push -u origin master:dev (注意远程仓库的分支)