spring_reference/II. Getting started/10. Installing Spring Boot.md

10 lines
616 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 10. Spring Boot安装
Spring Boot可以跟典型的Java开发工具一块使用或安装为一个命令行工具。不管怎样你将需要安装[Java SDK v1.6 ](http://www.java.com/)或更高版本。在开始之前你需要检查下当前安装的Java版本
```shell
$ java -version
```
如果你是一个Java新手或你只是想体验一下Spring Boot你可能想先尝试[Spring Boot CLI](10.2. Installing the Spring Boot CLI.md),否则继续阅读经典地安装指南。
**注**尽管Spring Boot兼容Java 1.6如果可能的话你应该考虑使用Java最新版本。