001-SpringBoot2入门:一些官网链接参考和介绍

  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.pdf,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.

简单列出几点:

  • 创建生产级的单体应用更简捷
  • 最小依赖,第三方依赖使用默认配置
  • 开箱即用
  • 提供了一系列非功能性特性:内嵌服务器、安全管理、健康检测等
  • 无需xml配置和代码生成。

初步感受就是:默认配置 + IoC/AOP + Spring MVC。

03、系统要求

  (以下来自官方文档spring-boot-reference-for-2.1.5.RELEASE.pdf,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

以上就是本次学习的初步记录。

原文地址:https://www.cnblogs.com/wpbxin/p/11711060.html

时间: 2024-08-02 23:24:19

001-SpringBoot2入门:一些官网链接参考和介绍的相关文章

抖音主页如何添加官网链接

玩抖音的时候,看到别的抖音号上可以添加官网链接,点击就进入了官网,他们是怎么做到的?这个抖音主页如何成功添加官网链接跳转的呢? 有很多朋友已经注意到,很多大号主页都有官网链接: 抖音主页如何成功添加官网链接跳转?: 目前,抖音对此项功能的设置只对企业认证的账号开发.所以,没认证的别看了,或者找小蕙13219003127开通企业认证. 而现在,很多公司认证后是没有添加官网的,所以你现在添加时机也是非常好的. 设置官网链接可跳转到企业官网或今日头条移动建站体系创建的 H5 页 面,为目标用户提供更多

FRM官网教材和参考书介绍

在5月1日garp协会就已经开启2016年11月frm考试的报名,FRM小编来解答大家问的比较多的关于教材方面的问题做了汇总,供各位参考! FRM官网教材和参考书介绍 1.Financial Risk Manager Handbook 2.GARP指定的core reading 3.SCHWESER编写的NOTES frm备考资料的话最好是看是handbook,这是考生最多用的复习教材,而NOTES由SCHWESER公司根据FRM考纲编写的简写本,根据考纲一条一条进行编写,基本上包括了考试中的所

官网链接

NVIDIA 常用网址链接 显卡的计算能力查询 驱动下载 cuDNN下载 CUDA Toolkit 开发者论坛 TX1开发 Embedded Linux Wiki Opencv opencv3 在线手册 Python & Tensorflow Tensorflow SCIPY python3 Gsteramer常用链接 Gsteramer官网 GStreamer 1.0 Library ReferenceManual GLibReference Manual GObject Reference

.NET 平台技术官网链接

WPF入门教程 https://msdn.microsoft.com/zh-cn/library/vstudio/ms754130(v=vs.110).aspx EF入门教程: https://msdn.microsoft.com/zh-cn/data/ef MVC入门教程: http://www.asp.net/mvc/overview/getting-started/introduction/getting-started

Unity官网教程之Tips

官网链接:http://unity3d.com/cn/learn/tutorials/topics/tips Snap 按住Ctrl键,并用鼠标拖动Gameobject,一次移动的值 预览窗口 在查看动画预览时,右键点击Bar,窗口独立出来 Forum API转到定义 在论坛上的代码,可以点击跳到API页面. Camera移到现在的视图 选中Camera,按 gameobject - align with view ,camera的位置就调整到你现在所在Scene位置. 效果:http://un

从微软官网下载联机入门丛书

微软的产品,若是从搜索引擎搜出来的信息(比如百科)太简略而参考价值太小,就该去官网查找更详细的资料,微软全面的文档以及对文档的国际化相信不会让你失望. 1.打开微软中国官网 http://www.microsoft.com/zh-cn/default.aspx 2.网页拉到底部,点击--微软帮助与支持 链接跳转到:帮助和支持 3.选择要查看的产品 这里以SQL Server为例 链接跳转到:https://technet.microsoft.com/zh-cn/sqlserver/default

【VR】Leap Motion 官网文档 脚本参考(目录)

前言: 本系列译文是为迎合Unity VR的热潮与大家的学习需要,推出的针对Unity方向的Leap Motion官方文档中英对照翻译. 本篇第四篇 <脚本参考> 以目录链接的形式列出了Leap Motion为Unity提供的核心资源包中所包含的脚本定义的类. 关于每个类的详细内容后续献上,敬请期待. 英文原文网址:https://developer.leapmotion.com/documentation/unity/unity/Unity_Classes.html 译文首发&持续更

AR入门系列-在vuforia官网的使用-01-史上最详细AR入门教程

使用高通的vuforiaSDK 网址:https://developer.vuforia.com/ 我们想要使用vuforia首先得注册一个账号 网站会发送邮件给你的邮箱 点击验证链接,验证邮箱 出现此信息代表验证成功,即可登录 登录成功后即可下载SDK,可以根据你的需要下载,建议下载最新版,这里我使用unity3d作为开发工具 使用vuforia需要授权的许可证,所以这里我们首先创建一个许可证 这里我们选择开发版,vuforia对开发版免费,其他收费可见Pricing 起一个项目的名字 同意协

Android Studio 1.0 官网下载链接

Android Studio 1.0 是作为稳定版本发布的,现已提供下载:Android 开发者网站 但官网下载页面http://developer.android.com/sdk/index.html  国内很多时候打不开,下载链接贴在迅雷上倒是可以下载. 所以这里把官网的下载链接贴一下,方便以后需要的时候下载. SDK Tools Only http://dl.google.com/android/android-sdk_r24-windows.ziphttp://dl.google.com