mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
http -> https
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>io.spring.initializr</groupId>
|
||||
|
||||
@@ -354,7 +354,7 @@ defaults can be overridden as shown below:
|
||||
|
||||
[[create-instance-boot-versions]]
|
||||
=== Configuring available Spring Boot versions
|
||||
If you look at http://projects.spring.io/spring-boot[the project home page for Spring
|
||||
If you look at https://projects.spring.io/spring-boot[the project home page for Spring
|
||||
Boot], the latest versions are displayed. And you've probably noticed that they match the
|
||||
drop down list that you automatically get with a default instance of Spring Initializr.
|
||||
The reason for that is that Spring Initializr calls an API on https://spring.io to
|
||||
@@ -592,7 +592,7 @@ declared at the top level (under `env`) and given an id via the key in the confi
|
||||
repositories:
|
||||
my-api-repo-1:
|
||||
name: repo1
|
||||
url: http://example.com/repo1
|
||||
url: https://example.com/repo1
|
||||
----
|
||||
|
||||
Once defined, the repository can then be referred back to in a dependency
|
||||
@@ -789,7 +789,7 @@ Here is an example that adds two links to the `acme` dependency:
|
||||
href: https://com.example/guides/acme/
|
||||
description: Getting started with Acme
|
||||
- rel: reference
|
||||
href: http://docs.example.com/acme/html
|
||||
href: https://docs.example.com/acme/html
|
||||
----
|
||||
|
||||
|
||||
|
||||
@@ -24,9 +24,9 @@ Stéphane Nicoll; Dave Syer; Madhura Bhave
|
||||
:github-master-code: https://github.com/{github-repo}/tree/master
|
||||
:sc-initializr-generator: {github-code}/initializr-generator/src/main/java/io/spring/initializr
|
||||
:spring-initializr-docs-version: current
|
||||
:spring-initializr-docs: http://docs.spring.io/initializr/docs/{spring-initializr-docs-version}/reference
|
||||
:spring-initializr-docs-current: http://docs.spring.io/initializr/docs/current/reference/html
|
||||
:spring-boot-reference: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/reference/htmlsingle
|
||||
:spring-initializr-docs: https://docs.spring.io/initializr/docs/{spring-initializr-docs-version}/reference
|
||||
:spring-initializr-docs-current: https://docs.spring.io/initializr/docs/current/reference/html
|
||||
:spring-boot-reference: https://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/reference/htmlsingle
|
||||
|
||||
// ======================================================================================
|
||||
|
||||
|
||||
@@ -224,7 +224,7 @@ The following IDEs have dedicated support:
|
||||
|
||||
* Eclipse/STS
|
||||
* IntelliJ IDEA (Ultimate Edition)
|
||||
* NetBeans (using the http://plugins.netbeans.org/plugin/67888/nb-springboot[NB SpringBoot plugin])
|
||||
* NetBeans (using the https://plugins.netbeans.org/plugin/67888/nb-springboot[NB SpringBoot plugin])
|
||||
* Microsoft VSCode
|
||||
|
||||
Refer to the documentation of your favorite IDE for more details.
|
||||
|
||||
Reference in New Issue
Block a user