// the find
wuyouzhuguli/SpringAll
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc
A Chinese-language tutorial repo accompanying a personal blog (mrbird.cc), covering Spring Boot, Spring Security, Spring Cloud, and related stack through ~70 numbered example projects. Each folder is a self-contained Maven project paired with a blog post. Aimed at Java developers learning the Spring ecosystem from scratch, primarily a Chinese-speaking audience.
1. Breadth is real — covers the full Spring stack progression from basic Boot config through OAuth2, Spring Cloud microservices, Spring Batch, and Dubbo, not just the easy stuff. 2. Each example is isolated in its own Maven module with its own pom.xml and init.sql, so you can run any single tutorial without pulling in the rest. 3. The Shiro+JWT and Security+OAuth2 SSO examples are the kind of thing that's genuinely hard to find well-documented in English, let alone Chinese. 4. 28k stars with 8k forks is a signal that a lot of people have found it useful — the content has been validated by real adoption.
1. Last push May 2024, and the Spring Cloud examples use Eureka + Ribbon + Hystrix — all in maintenance mode or EOL. Anyone following these for new projects will be learning patterns that Kubernetes-native stacks have largely replaced. 2. The Spring Security OAuth2 chapters use the old spring-security-oauth2 library, not Spring Authorization Server, which is the supported path since 2022. A new learner following these will build on deprecated foundations. 3. No parent POM or BOM — 70+ separate pom.xml files means dependency versions are scattered and some examples are pinned to older Boot versions (2.x), so they may not build cleanly on current toolchains without manual version bumping. 4. Content is entirely in Chinese with no English translation, which limits the audience and makes it hard to evaluate depth without reading Chinese.