赵走x博客
网站访问量:151449
首页
书籍
软件
工具
古诗词
搜索
登录
3、Getting Started
2、Spring Quickstart Guide
1、简介
1、简介
资源编号:76567
Java
Spring Boot官方文档
热度:92
来源:https://spring.io/projects/spring-boot
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 minimal Spring configuration. # Features * Create stand-alone Spring applications * Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files) * Provide opinionated 'starter'启动器 dependencies to simplify your build configuration * Automatically configure Spring and 3rd party libraries whenever possible * Provide production-ready features such as metrics 指标, health checks, and externalized 外在化 configuration * Absolutely 当然 no code generation ; and no requirement for XML configuration # Getting Started * Super quick — try the [Quickstart Guide https](https://spring.io/quickstart) * More general — try [Building an Application with Spring Boot](https://spring.io/guides/gs/spring-boot/) * More specific — try [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/). * Or search through all our guides on the [Guides](https://spring.io/guides) homepage.