SpringBootLearning is a collection of sample applications that accompanies an unofficial Chinese-language Spring Boot tutorial series. It starts with basic project creation and configuration, then expands into common backend development tasks. The examples cover JDBC, JPA, MyBatis, MongoDB, Redis, transactions, caching, and several messaging technologies. Additional modules demonstrate REST documentation, Swagger, file uploads, form validation, scheduled tasks, asynchronous methods, and...