SpringBoot-Learning
《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!
Free Chinese-language tutorial series for Spring Boot covering 1.x and 2.x, with example projects for MyBatis, JPA, Redis, Dubbo, Spring Cloud, and more.
This repository is a free tutorial series covering Spring Boot, a popular Java framework used to build web applications and backend services quickly. The content has been continuously updated since 2016 and covers both the 1.x and 2.x versions of Spring Boot, with plans to follow the 3.x version as well.
The topics listed include integration with common tools used in Java web development: MyBatis and JdbcTemplate (ways to interact with databases), Redis (a fast in-memory data store), Dubbo (a service communication framework), Log4j (a logging library), and Spring Cloud (a toolkit for building distributed systems). Spring Data JPA is also listed, which is another approach to database access.
The README is primarily in Chinese and links out to an external blog and community rather than containing full tutorial content within the repository itself. You would use this as a learning resource if you are studying Java backend development with Spring Boot, particularly if you are comfortable reading Chinese-language tutorials.
Where it fits
- Study Spring Boot 2.x with runnable example projects
- Compare MyBatis, JdbcTemplate, and Spring Data JPA approaches in Java
- See how Spring Cloud microservices are wired together
- Find a Redis or Dubbo integration starter for a Java backend