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:
373
373
374
374
375
375
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
+
376
389
[[getting-started-first-application]]
377
390
== Developing your first Spring Boot application
378
391
Let'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;
14
14
:github-repo: spring-projects/spring-boot
15
15
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
16
16
:github-code: http://github.com/{github-repo}/tree/{github-tag}
17
+ :github-wiki: http://github.com/{github-repo}/wiki
17
18
:github-master-code: http://github.com/{github-repo}/tree/master
18
19
:sc-ext: java
19
20
: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