Update 10.3. Upgrading from an earlier version of Spring Boot.md

master
qibaoguang 2015-03-15 23:07:18 +08:00
parent 2edf4f0d19
commit 023f2911d9
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
### 10.3. 从Spring Boot早期版本升级
如果你正在升级一个Spring Boot早期版本查看下放在[project wiki](http://github.com/spring-projects/spring-boot/wiki)上的"release notes"。你会发现每次发布的更新指南和一个"new and noteworthy"特性列表。
想要升级一个已安装的CLI你需要使用合适的包管理命令例如`brew upgrade`或如果你是手动安装CLI按照[standard instructions](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-manual-cli-installation)操作并记得更新你的`PATH`环境变量以移除任何老的引用。