您的位置:首页 > 编程语言 > Java开发

Spring Boot参考文档(1)

2017-05-10 12:45 357 查看
原文链接:http://www.itbus.tech/detail.html?id=8702

写在前面

作者

Phillip Webb, Dave Syer, Josh Long, Stéphane Nicoll, Rob Winch, Andy Wilkinson, Marcel Overdijk, Christian Dupuis, Sébastien Deleuze, Michael Simons

译者

杨正(yang_zheng1994@163.com)

版本

1.5.3.RELEASE

说明

Copyright © 2012-2017

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

您可以拷贝,保存,分享此文章,不过必须保证是免费的,并且每个副本都必须包含此说明,不管是电子版还是印刷版

Spring Boot 文档

这一部分主要是Spring Boot的参考文档,你可以把它当做是其他章节的简单介绍。你可以按顺序阅读,也可以跳过一些你不感兴趣的内容。

关于

这份Spring Boot的参考文档有很多提供形式,包括:html,pdf,epub。最新的版本可以在http://docs.spring.io/spring-boot/docs/current/reference/找到。

Copyright © 2012-2017

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

您可以拷贝,保存,分享此文章,不过必须保证是免费的,并且每个副本都必须包含此说明,不管是电子版还是印刷版

获取帮助

如果遇到困难,我们很乐意帮助您!

首先尝试着自己去寻找答案,How-to’s,这里提供了大多数您需要的帮助。

学习Spring基本,Spring Boot依赖于很多其他的Spring项目,spring.io上有大量的参考文档。

提问。我们一直监听着stackoverflow.com上的spring-boot标签。

报告bughttps://github.com/spring-projects/spring-boot/issues

尝试Spring Boot

随便看看:预览 | 系统要求 | 安装

指导:Part 1 | Part 2

运行你的实例:Part 1 | Part 2

使用Spring Boot

准备开始使用Spring Boot了?我们已经为你做了充分的准备了。

构建工具:Maven | Gradle | Ant | Starters

最佳实践:代码结构 | @Configuration | @EnableAutoConfiguration | Beans and Dependency Injection

运行你的代码:IDE | Packaged | Maven | Gradle

打包:产品jar包

Spring Boot命令行:使用CLI

学习Spring Boot特性

还需要一些核心特性吗?这就是为你准备的!

核心特性:SpringApplication | External Configuration | Profiles | Logging

Web应用:MVC | Embedded Containers

数据处理:SQL | NO-SQL

消息:Overview | JMS

测试:Overview | Boot Applications | Utils

扩展:Auto-configuration | @Conditions

生产使用Spring Boot

如果你已经准备在生产中使用Spring Boot,我们有一些小手段要交给您

扩展点endpoints:Overview | Customization

连接选项:HTTP | JMX | SSH

监控:Metrics | Auditing | Tracing | Process

高级话题

最后,对于一些高级用户,我们有一些高级话题可以讨论。

部署:云部署操作系统级别的服务部署

构建工具:Maven | Gradle

附录:应用配置自动配置可执行jar
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  spring-boot