IT忍者神龟之SpringBoot的入门和简介

大家好 !好久没有写博客了,今天给大家系统写一个springBoot的教程。

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

现在springboot版本历程:


springboot maven的配置


Spring Boot 2.1.0.BUILD-SNAPSHOT需要Java 8或9以及 Spring Framework 5.0.5.RELEASE或更高版本。为Maven 3.2+和Gradle 4提供了明确的构建支持。

Spring Boot支持以下嵌入式servlet容器:

名称 Servlet版本

Tomcat 8.5

3.1

Jetty 9.4

3.1

Undertow 1.4

3.1

总结:

springboot就是一个spring应用开发的一个框架,到达一站式开发的一个解决方案。

猜你喜欢

转载自blog.csdn.net/vipyhd/article/details/80059342