# Springboot-Demo **Repository Path**: lipiaoMKX/Springboot-Demo ## Basic Information - **Project Name**: Springboot-Demo - **Description**: Springboot初级案例Demo,包含基础功能案例/整合案例/内部原理/数据库/缓存等,持续更新... - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://blog.csdn.net/qq_42391904 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-02-07 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot系列案例 ## 0.Hello World! Hello Springboot! [**使用IDEA写第一个springboot应用-hello world(本地运行与部署到服务器运行)**]( https://blog.csdn.net/qq_42391904/article/details/97536088 ) ## 1.内部原理 [**SpringBoot对静态资源的映射规则(上) webjars与任何静态资源文件**]( https://blog.csdn.net/qq_42391904/article/details/98515274 ) [**SpringBoot对静态资源的映射规则(下) 自定义欢迎界面与网页图标**]( https://blog.csdn.net/qq_42391904/article/details/98538109 ) 有待更新... ## 2.web开发 [**Springboot文件上传与文件映射(保存URL至数据库)完整代码**]( https://blog.csdn.net/qq_42391904/article/details/104102476 ) [**SpringBoot Web开发——整合Thymeleaf**]( https://blog.csdn.net/qq_42391904/article/details/104359120 ) [**SpringBoot Web开发——构建Restful风格接口**]( https://blog.csdn.net/qq_42391904/article/details/104365503 ) [**SpringBoot Web开发——使用RestTemplate发送客户端请求**]( https://blog.csdn.net/qq_42391904/article/details/104417648 ) [**SpringBoot Web开发——拦截器的基本使用**]( https://blog.csdn.net/qq_42391904/article/details/104545660 ) 有待更新... ## 3.数据库/缓存相关 [**SpringBoot数据访问——整合JDBC**](https://blog.csdn.net/qq_42391904/article/details/104302506) [**SpringBoot数据访问——整合JPA**](https://blog.csdn.net/qq_42391904/article/details/104335918) [**SpringBoot数据访问——整合MyBatis**](https://blog.csdn.net/qq_42391904/article/details/104321321) [**SpringBoot数据访问——整合MybatisPlus**](https://blog.csdn.net/qq_42391904/article/details/104346730) 有待更新... ## 4.整合案例 [**SpringBoot集成Swagger2自动生成接口文档**]( https://blog.csdn.net/qq_42391904/article/details/102534577 )