# spring-boot-learning
**Repository Path**: 554343346/spring-boot-learning
## Basic Information
- **Project Name**: spring-boot-learning
- **Description**: Spring Boot 2.x 学习。
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2020-09-29
- **Last Updated**: 2023-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# spring-boot-learning
## 介绍
Spring Boot 2.x 学习。
## 学习列表
| 模块名 | 学习内容 | 知识点 |
| ---------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| spring-boot-web-dependencies | 管理所有模块依赖的框架版本 | pom 中的 dependencyManagement |
| spring-boot-simple | 启动一个 Spring Boot Web 项目,并暴露一个 RESTful 接口返回 JSON 数据 | 1. spring-boot-starter-web
2. @EnableAutoConfiguration
3. @RestController
4. @RequestMapping |
| spring-boot-profiles | | |