Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunbocheng/springmvc
⚔️SpringMVC
https://github.com/yunbocheng/springmvc
mybatis spring spring-mvc
Last synced: 20 days ago
JSON representation
⚔️SpringMVC
- Host: GitHub
- URL: https://github.com/yunbocheng/springmvc
- Owner: yunbocheng
- License: mit
- Created: 2021-11-17T15:29:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T13:59:07.000Z (about 3 years ago)
- Last Synced: 2024-11-17T00:19:17.028Z (3 months ago)
- Topics: mybatis, spring, spring-mvc
- Language: Java
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringMVC
## 一、SpringMVC
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/1.png)
## 二、SpringMVC思维导图
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/3.png)
## 三、清单
### 1.SpringMNV
- [第一个SpringMVC项目](./Hello-SpringMVC)
- [SpringMVC注解开发模式](./SpringMVC-annotation)
- [SpringMVC接收参数的方式](./Spring-Parameter)
- [SpringMVC的返回值类型](./Spring-ReturnValue)
- [SpringMVC中央调度器的两种请求路径](./Spring-url-pattern的第二种方式)
- [Spring集成MyBatis](./spring-mybatis)
- [Spring基于AOP实现事务处理](./spring-affair-aop)
- [Spring基于AspectJ实现事务处理](./spring-affair-aspectJ)
- [Spring-Web](./spring-web)
- [SpringMVC概念](./SpringMVC概念.md)## 四、参考文献
SpringMVC中文手册 :
> - [SpringMVC中文文档](http://c.biancheng.net/spring_mvc/)
## 五、反馈及改进
如果您在学习的时候遇到了任何问题,或者清单有任何可以改进的地方,
非常欢迎提出issues,看到就会回馈.并且将您添加到项目贡献者列表中。
## 六、参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request,填写必要信息。
5. 等待审核即可。通过之后会邮件通知您。## 七、许可证
在 MIT 许可下分发。有关更多信息,请参阅[`LICENSE`](./LICENSE)。
## 八、致谢
> 1. 感谢动力节点提供的SpringMVC在线课程视频资料 [SpringMVC在线课程](https://www.bilibili.com/video/BV1sk4y167pD)
> 2. 感谢JetBrains提供的配套开发环境许可证 [官方网站](https://www.jetbrains.com/)
> 3. 感谢Gitee提供的图床平台 [相关地址](https://gitee.com/YunboCheng/imageBad)