|
22 | 22 | icon: ci
|
23 | 23 |
|
24 | 24 | - name: StackOverflow
|
25 |
| - url: http://stackoverflow.com/questions/tagged/spring-boot |
| 25 | + url: https://stackoverflow.com/questions/tagged/spring-boot |
26 | 26 | icon: stackoverflow
|
27 | 27 |
|
28 | 28 | # - name: Metrics (SonarQube)
|
|
49 | 49 | * Provide production-ready features such as metrics, health checks and externalized configuration
|
50 | 50 | * Absolutely <strong>no code generation</strong> and <strong>no requirement for XML</strong> configuration
|
51 | 51 |
|
52 |
| -The [reference guide](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle) includes detailed descriptions of all the features, plus an extensive [howto](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto) for common use cases. |
| 52 | +The [reference guide](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle) includes detailed descriptions of all the features, plus an extensive [howto](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto) for common use cases. |
53 | 53 |
|
54 | 54 | <span id="quick-start"></span>
|
55 | 55 |
|
56 | 56 | ## Quick Start
|
57 | 57 |
|
58 |
| -If you are Java developer you can use [start.spring.io](http://start.spring.io/) to generate a basic project, follow the "Quick Start" example below, or read the reference documentation [getting started](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started) guide. |
| 58 | +If you are Java developer you can use [start.spring.io](https://start.spring.io/) to generate a basic project, follow the "Quick Start" example below, or read the reference documentation [getting started](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started) guide. |
59 | 59 |
|
60 | 60 | {% include download_widget.md %}
|
61 | 61 |
|
|
88 | 88 |
|
89 | 89 | ## Spring Boot CLI
|
90 | 90 |
|
91 |
| -Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli). |
| 91 | +Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli). |
92 | 92 |
|
93 | 93 | {% endcapture %}
|
94 | 94 |
|
95 | 95 | {% capture related_resources %}
|
96 | 96 |
|
97 | 97 | ### Sample Projects
|
98 | 98 |
|
99 |
| -* [Simple](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-simple) |
100 |
| -* [Embedded Tomcat](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-tomcat) |
101 |
| -* [Batch](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-batch) |
102 |
| -* [Data JPA](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-data-jpa) |
103 |
| -* [Integration](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-integration) |
104 |
| -* [more...](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples) |
| 99 | +* [Simple](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-simple) |
| 100 | +* [Embedded Tomcat](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-tomcat) |
| 101 | +* [Batch](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-batch) |
| 102 | +* [Data JPA](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-data-jpa) |
| 103 | +* [Integration](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-integration) |
| 104 | +* [more...](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples) |
105 | 105 |
|
106 | 106 | ### Getting Started Guides
|
107 | 107 |
|
|
113 | 113 | ### External Links
|
114 | 114 |
|
115 | 115 | * Presentation from [Spring One 2GX 2013](https://speakerdeck.com/dsyer/spring-boot-introduction)
|
116 |
| -* InfoQ article on [Micro Frameworks](http://www.infoq.com/articles/microframeworks1-spring-boot) |
117 |
| -* InfoQ news on [release of 1.0.0](http://www.infoq.com/news/2014/04/spring-boot-goes-ga) |
118 |
| -* Josh Long's vJUG [session on YouTube](http://www.youtube.com/watch?v=eCos5VTtZoI) from April 2014 |
| 116 | +* InfoQ article on [Micro Frameworks](https://www.infoq.com/articles/microframeworks1-spring-boot) |
| 117 | +* InfoQ news on [release of 1.0.0](https://www.infoq.com/news/2014/04/spring-boot-goes-ga) |
| 118 | +* Josh Long's vJUG [session on YouTube](https://www.youtube.com/watch?v=eCos5VTtZoI) from April 2014 |
119 | 119 | {% endcapture %}
|
120 | 120 |
|
121 | 121 |
|
|
0 commit comments