@ -91,7 +91,7 @@ requests. If you want to raise an issue, please follow the recommendations below
@@ -91,7 +91,7 @@ requests. If you want to raise an issue, please follow the recommendations below
== Building from Source
You don't need to build from source to use Spring Boot (binaries in
http://repo.spring.io[repo.spring.io]), but if you want to try out the latest and
https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and
greatest, Spring Boot can be easily built with the
https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8 (although
@ -85,11 +85,11 @@ If you are using a milestone or snapshot release you will also need to add appro
@@ -85,11 +85,11 @@ If you are using a milestone or snapshot release you will also need to add appro
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<url>http://repo.spring.io/snapshot</url>
<url>https://repo.spring.io/snapshot</url>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<url>http://repo.spring.io/milestone</url>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>
----
@ -189,8 +189,8 @@ the `spring-boot` plugin:
@@ -189,8 +189,8 @@ the `spring-boot` plugin:
@ -271,7 +271,7 @@ you need to mark the embedded container dependencies as belonging to the war plu
@@ -271,7 +271,7 @@ you need to mark the embedded container dependencies as belonging to the war plu
@ -202,8 +202,8 @@ This should be everything you need. The most common workflow for Heroku deployme
@@ -202,8 +202,8 @@ This should be everything you need. The most common workflow for Heroku deployme
@ -216,8 +216,8 @@ Maven, there is no "`super parent`" to import to share some configuration.
@@ -216,8 +216,8 @@ Maven, there is no "`super parent`" to import to share some configuration.