File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,19 @@ output:
373373
374374
375375
376+ [[getting-started-upgrading-from-an-earlier-version]]
377+ === Upgrading from an earlier version of Spring Boot
378+ If you are upgrading from an earlier release of Spring Boot check the ``release notes''
379+ hosted on the {github-wiki}[project wiki]. You'll find upgrade instructions along with
380+ a list of ``new and noteworthy'' features for each release.
381+
382+ To upgrade an existing CLI installation use the appropriate package manager command
383+ (for example `brew upgrade`) or, if you manually installed the CLI, follow the
384+ <<getting-started-manual-cli-installation, standard instructions>> remembering to
385+ update your `PATH` environment variable to remove any older references.
386+
387+
388+
376389[[getting-started-first-application]]
377390== Developing your first Spring Boot application
378391Let's develop a simple ``Hello World!'' web application in Java that highlights some
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
1414:github-repo: spring-projects/spring-boot
1515:github-raw: http://raw.github.com/{github-repo}/{github-tag}
1616:github-code: http://github.com/{github-repo}/tree/{github-tag}
17+ :github-wiki: http://github.com/{github-repo}/wiki
1718:github-master-code: http://github.com/{github-repo}/tree/master
1819:sc-ext: java
1920:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
You can’t perform that action at this time.
0 commit comments