# SpringBoot-About **Repository Path**: licslan/SpringBoot-About ## Basic Information - **Project Name**: SpringBoot-About - **Description**: SpringBoot基础教程,基于2.0.3版本。如您觉得该项目对您有用,欢迎点击右上方的Star按钮,给予支持!! - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://my.oschina.net/Mkeeper - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2018-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot 基础教程连载 本项目内容为SpringBoot基础教程,基于2.0.3版本。如您觉得该项目对您有用,欢迎点击右上方的Star按钮,给予支持!! - 我的博客:https://my.oschina.net/Mkeeper - GitHub:https://github.com/Mkeeper6 - Gitee: https://gitee.com/Mkeeper - 我的公众号: ![公众号](https://oscimg.oschina.net/oscnet/e8870411cf89e55a4b07e131382e0f51e73.jpg) ## 1 项目搭建 - [1.1.1 SpringBoot 项目搭建](https://my.oschina.net/Mkeeper/blog/1838580) - [1.1.2 常用配置介绍](https://my.oschina.net/Mkeeper/blog/1839763) - 1.1.3 多模块项目搭建(未完成) ## 2 SpringBoot web开发 - 2.1.1 搭建RESTful风格web服务 - 2.1.2 Controller规范及响应规范 - 2.1.3 异常处理规范 - 2.1.4 日志规范 - 2.1.5 ## 3 SpringBoot 定时任务