-
Notifications
You must be signed in to change notification settings - Fork 49
Spring
Edward Lee edited this page Jun 23, 2019
·
1 revision
愿景:Let's build a better Enterprise. (让我们构建一家更好的企业。)
Spring helps development teams everywhere build simple, portable, fast and flexible
JVM-based systems and applications. (Spring帮助开发团队随处构建简单、轻便、快速和灵活
的基于JVM的系统和应用。)
- Spring Boot - Wikipedia (相关资料入口)
- Spring Framework - Wikipedia (相关资料入口)
- Spring
-
Spring Boot
- Takes an opinionated view of building Spring applications and gets you up and running as quickly as possible.
-
Spring Boot文档中心
- GitHub源代码里包含文档源文件,可添加中文注释
-
Spring Framework
- Provides core support for dependency injection, transaction management, web apps, data access, messaging and more. (为“依赖注入、事务管理、Web应用程序、数据访问、消息”等功能提供核心支持)
- Spring Framework文档中心
- Spring Framework发展历程
- What's new in Spring 2.0 and 2.5?
- What's New in Spring 3 (3.0, 3.1, 3.2)
- What’s New in Spring Framework 4.x (4.0, 4.1, 4.2)
- What's New in Spring Framework 5.x (5.0, 5.1, 5.2)
-
《码出高效:Java开发手册》-阿里巴巴
- 中文版: 阿里巴巴Java开发手册
- 唯品会Java开发手册
-
Getting Started Guides/入门指南
- Building an Application with Spring Boot
- Building a RESTful Web Service
- Spring Initializr