mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Fix doc sample to use HTTPS explicitly
This commit is contained in:
@@ -52,7 +52,7 @@ https://github.com/AlexFalappa/nb-springboot[this plugin])
|
|||||||
[TIP]
|
[TIP]
|
||||||
====
|
====
|
||||||
You can "curl" an instance to get a usage page with examples (try
|
You can "curl" an instance to get a usage page with examples (try
|
||||||
`curl start.spring.io`)
|
`curl https://start.spring.io`)
|
||||||
====
|
====
|
||||||
|
|
||||||
== Generating a project
|
== Generating a project
|
||||||
|
@@ -153,8 +153,8 @@ as they evolve quite frequently.
|
|||||||
== Command line support
|
== Command line support
|
||||||
You can also generate a project in a shell using `cURL` or `HTTPie`. To discover the
|
You can also generate a project in a shell using `cURL` or `HTTPie`. To discover the
|
||||||
available options of a particular instance, simply "curl it", i.e. if you have `curl`
|
available options of a particular instance, simply "curl it", i.e. if you have `curl`
|
||||||
installed invoke `curl start.spring.io` on the command-line (or alternatively
|
installed invoke `curl https://start.spring.io` on the command-line (or alternatively
|
||||||
`http start.spring.io` if you prefer to use `HTTPie`).
|
`http https://start.spring.io` if you prefer to use `HTTPie`).
|
||||||
|
|
||||||
The result is a textual representation of the capabilities of the service that are split
|
The result is a textual representation of the capabilities of the service that are split
|
||||||
in three sections:
|
in three sections:
|
||||||
|
Reference in New Issue
Block a user