Version Control Documentation Repositories¶
This page catalogs selected documentation repositories and resources, primarily focused on backend development technologies and tools. These repositories are commonly referenced for official guides, examples, and community documentation^[100-inbox.md].
Spring Framework¶
The Spring ecosystem offers a wide array of documentation and example projects for developers. Key resources include official guides and open-source example repositories^[100-inbox.md]:
- Official Guides: The Spring | Guides portal provides tutorials for various Spring concepts^[100-inbox.md].
- Spring Data Examples: The spring-projects/spring-data-examples repository on GitHub hosts practical Spring Data example projects^[100-inbox.md].
- Reference Documentation: The [[spring-boot|Spring Boot]] Reference Documentation serves as the definitive manual for the framework^[100-inbox.md].
- Translated Guides: Community translations, such as Spring 实战(第五版) and the Spring实战(第6版)翻译项目, provide accessible learning materials for Chinese speakers^[100-inbox.md].
Web Development¶
Documentation resources for specific web development tasks, such as handling state management, are also maintained in version control systems or technical blogs^[100-inbox.md]:
- Cookie Management: The article Handling Cookies with [Spring Boot](<./spring-boot.md>) and the Servlet API offers specific technical guidance on this topic^[100-inbox.md].
Version Control¶
To effectively utilize these repositories, understanding version control systems is essential^[100-inbox.md]:
- Git Tutorials: Resources like 反查Git-連猴子都能懂的Git入門指南 provide introductory tutorials for Git^[100-inbox.md].
Related Concepts¶
- Documentation Workflow
- [[Templates]]
Sources¶
- 100-inbox.md