Spring Boot2(001):入门介绍和一些官网链接参考
Spring官方文档比较齐全,学习的过程中可以多参考官方文档,最权威的版本。
01、Spring Boot的一些官方链接
01.01 Spring Boot官网
https://spring.io/projects/spring-boot
01.02 spring-boot官方github
截至2019-10-20 周日,v2.2.0.RELEASE已发布(2019-10-17)
https://github.com/spring-projects/spring-boot
01.03 spring-boot发布tag
2.1.4.RELEASE:
https://github.com/spring-projects/spring-boot/releases/tag/v2.1.4.RELEASE
2.1.5.RELEASE:
https://github.com/spring-projects/spring-boot/releases/tag/v2.1.5.RELEASE
2.2.0.RELEASE:
https://github.com/spring-projects/spring-boot/releases/tag/v2.2.0.RELEASE
All RELEASE:
https://github.com/spring-projects/spring-boot/releases
01.04 spring-boot官方文档链接
2.1.5.RELEASE:
https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/
2.1.5.RELEASE的html版本链接:
https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/html/
2.1.5.RELEASE的htmlsingle版本链接:
https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/htmlsingle/
2.1.5.RELEASE的pdf版本链接:
https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/pdf/spring-boot-reference.pdf
最新版本:
https://docs.spring.io/spring-boot/docs/current/reference/
所有版本:
https://docs.spring.io/spring-boot/docs/
02、Spring Boot介绍
(以下来自官方文档spring-boot-reference,for 2.1.5.RELEASE,Page 25:8. Introducing Spring Boot)
Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can run. We take an opinionated view of the Spring platform and third-party libraries, so that you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
You can use Spring Boot to create Java applications that can be started by using java -jar or more traditional war deployments. We also provide a command line tool that runs “spring scripts”.
Our primary goals are:
• Provide a radically faster and widely accessible getting-started experience for all Spring development.
• Be opinionated out of the box but get out of the way quickly as requirements start to diverge from the defaults.
• Provide a range of non-functional features that are common to large classes of projects (such as embedded servers, security, metrics, health checks, and externalized configuration).
• Absolutely no code generation and no requirement for XML configuration.
简单列出几点:
- 可以更简捷地创建生产级的单体应用
- 最小依赖,Spring相关依赖和第三方依赖使用默认配置
- 开箱即用
- 提供了一系列非功能性特性:内嵌服务器、安全管理、健康检测等
- 无需xml配置和代码生成。
初步感受就是:把Spring全家桶和很多的第三方依赖进行了 大整合 + 简化配置,也即是 默认配置 + IoC/DI + AOP + Spring MVC( + Web)。
03、系统要求
(以下来自官方文档spring-boot-reference,for 2.1.5.RELEASE,Page 26:9. System Requirements)
当前基于2.1.5.RELEASE版本(2019-05-15发布)进行学习。Spring Boot 2.1.5.RELEASE要求Java 8,兼容至Java 11;Spring版本则是5.1.7.RELEASE或以上。
构建工具的支持如下:
|
Build Tool |
Version |
|
Maven |
3.3+ |
|
Gradle |
4.4+ |
内置容器及对应Servlet支持版本如下:
|
Name |
Servlet Version |
|
Tomcat 9.0 |
4.0 |
|
Jetty 9.4 |
3.1 |
|
Undertow 2.0 |
4.0 |
以上就是本次学习的初步记录。
Spring Boot2(001):入门介绍和一些官网链接参考的更多相关文章
- Spring Boot2 快速入门教程-到上手
Spring Boot2 教程合集 入门 纯 Java 代码搭建 SSM 环境 创建一个 Spring Boot 项目的三种方法 理解 Spring Boot 项目中的 parent 基础配置 配置文 ...
- springmvc系列一 之配置介绍(包含官网doc)
1.springmvc 官网参考地址: https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html 2 ...
- AR入门系列-在vuforia官网的使用-01-史上最详细AR入门教程
使用高通的vuforiaSDK 网址:https://developer.vuforia.com/ 我们想要使用vuforia首先得注册一个账号 网站会发送邮件给你的邮箱 点击验证链接,验证邮箱 出现 ...
- bcache 状态/配置 文件详细介绍(翻译自官网)
声明: 文中 斜体带下划线 的段落为翻译不够准确的段落 原文:https://www.kernel.org/doc/Documentation/bcache.txt 官网:https://bcach ...
- 挪过来的spring mvc 的入门 介绍
目录 一.前言二.spring mvc 核心类与接口三.spring mvc 核心流程图 四.spring mvc DispatcherServlet说明 五.spring mvc 父子上下文的说明 ...
- Spring Boot2从入门到实战:统一异常处理
都说管理的精髓就是“制度管人,流程管事”.而所谓流程,就是对一些日常工作环节.方式方法.次序等进行标准化.规范化.且不论精不精髓,在技术团队中,对一些通用场景,统一规范是必要的,只有步调一致,才能高效 ...
- HTML 001 入门介绍
HTML 教程- (HTML5 标准) 超文本标记语言(英语:HyperText Markup Language,简称:HTML)是一种用于创建网页的标准标记语言. 您可以使用 HTML 来建立自己的 ...
- Spring.net(v1.3.2) 官网API-第一章 前言
虽然有很好的工具和技术,但是开发软件应用仍然是很困难的.Spring为构建企业级应用提供了一个轻量级的解决方案,Spring提供了一个统一的.透明的方式去配置你的应用,和将AOP集成到你的软件中.Sp ...
- 记录下关于ejabberd及XMPP的官网链接
ejabberd中文翻译 ——http://wiki.jabbercn.org/Ejabberd2:安装和操作指南 XMPP中文翻译: http://wiki.jabbercn.org/XEP-012 ...
随机推荐
- IDEA代码检验出错
该软件功能过于强大,会自动检验执行所需要的代码,所以会报错,但实际上我们有写 例如 解决方法 File-->setting 将error改为warning
- 1-3SpringBoot之Controller使用
Controller的使用 @Controller 处理http请求 @RestController Spring4之后新加的注解,原来返回json需要@ResponseBody配合@Controll ...
- gitlab clone或者pull 仓库
今天在学git操作,想从gitlab上面clone下来并操作一下,但是一直出现 没有权限的错误,一直搞不定 后来才知道,需要ssh密钥才可以 ssh-keygen -t rsa -C "ex ...
- 【HITB GSEC CTF 2017】1000levels
https://files.cnblogs.com/files/p4nda/498a3f10-8976-4733-8bdb-30d6f9d9fdad.gz #通过阅读天枢战队大佬们的wp调试的结果 首 ...
- Vulkan SDK Demo 之一 熟悉
DiligentEngine的API是D3d11和D3D12风格的,vulkan也被封装成了这种风格的API. 在了解Diligent Engine是如何对vulkan进行封装之前,我准备先学习下Vu ...
- String+、intern()、字符串常量池
字符串连接符 "+"及字符串常量池实验.字符串final属性 结果预览 public class StrTest{ public static void main(String[] ...
- 《新标准C++程序设计》4.2-4.3(C++学习笔记13)
一.重载赋值运算符“=” 赋值运算符“=”要求左右两个操作数的类型是匹配的,或至少是兼容的.有时候希望赋值运算符两边的类型可以不匹配,比如,把一个int类型变量赋值给一个Complex对象,或把一个 ...
- mysql实现ORACLE的connect by prior父子递归查询
oracle中有connect by prior ,可以实现父子递归查询.而mysql中没有这种功能,但我们可以变通实现. 比如一个表: Table Name: tb_Tree Id | Parent ...
- url中?的作用
http://123.206.87.240:8002/get/?what=flag? 分隔实际的URL和参数 ,用于动态页面的交互和传参
- B. RGB plants
B. RGB plants time limit per test 2.0 s memory limit per test 64 MB input standard input output stan ...