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
Tutorial text is in Chinese and some examples target older Spring Boot 1.x or 2.x versions.
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.
← dyc87112 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.