// the find
dyc87112/SpringBoot-Learning
《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!
A Chinese-language tutorial series covering Spring Boot 1.x and 2.x fundamentals, structured as dozens of standalone Maven projects — one per concept. It's for Java developers who read Chinese and want to learn Spring Boot through worked examples rather than documentation.
Each chapter is a self-contained runnable project, so you can clone one subdirectory and have something that actually builds without untangling a monorepo. The breadth is real: JPA, MyBatis, JdbcTemplate, Redis, multi-datasource, Spring Cloud basics, and Dubbo are all represented. The star count (15k+) with 4800 forks means there's a large community that has actually worked through it. The 1.x/2.x split is an honest acknowledgment that the two versions are different enough to warrant separate examples.
Last commit was December 2023 and the description still says '2.x持续连载中' — Spring Boot 3.x shipped in November 2022 and is now the baseline for anything on Java 17+; this repo has no 3.x content at all. The structure is 80+ disconnected Maven projects with no parent POM, so dependency versions are scattered everywhere and will drift over time. Content is entirely in Chinese with no English translation, which cuts off a large portion of the global Java community. The examples are illustrative snippets rather than production patterns — you won't find anything about observability, graceful shutdown, or testcontainers-based integration testing.