mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Fix typos
link → links Links seems to be the correct key name according to the code and semantically for a list, so all instances of `link:` have been replaced by `links:`. Additionally, the Actuator reference link was pointing to the wrong section in the documentation and has been fixed. ref → rel The application failed on startup due to `rel` being required. Closes gh-360
This commit is contained in:
parent
e707d14cd4
commit
01e6966b6c
@ -313,11 +313,11 @@ initializr:
|
|||||||
id: hateoas
|
id: hateoas
|
||||||
description: HATEOAS-based RESTful services
|
description: HATEOAS-based RESTful services
|
||||||
versionRange: 1.2.2.RELEASE
|
versionRange: 1.2.2.RELEASE
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/rest-hateoas/
|
href: https://spring.io/guides/gs/rest-hateoas/
|
||||||
description: Building a Hypermedia-Driven RESTful Web Service
|
description: Building a Hypermedia-Driven RESTful Web Service
|
||||||
- ref: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-hateoas
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-hateoas
|
||||||
- name: Rest Repositories HAL Browser
|
- name: Rest Repositories HAL Browser
|
||||||
id: data-rest-hal
|
id: data-rest-hal
|
||||||
@ -470,7 +470,7 @@ initializr:
|
|||||||
artifactId: mysql-connector-java
|
artifactId: mysql-connector-java
|
||||||
scope: runtime
|
scope: runtime
|
||||||
starter: false
|
starter: false
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/accessing-data-mysql/
|
href: https://spring.io/guides/gs/accessing-data-mysql/
|
||||||
description: Accessing data with MySQL
|
description: Accessing data with MySQL
|
||||||
@ -975,7 +975,7 @@ initializr:
|
|||||||
id: activemq
|
id: activemq
|
||||||
description: Java Message Service API via Apache ActiveMQ
|
description: Java Message Service API via Apache ActiveMQ
|
||||||
versionRange: 1.4.0.RC1
|
versionRange: 1.4.0.RC1
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-jms/
|
href: https://spring.io/guides/gs/messaging-jms/
|
||||||
description: Messaging with JMS
|
description: Messaging with JMS
|
||||||
@ -985,7 +985,7 @@ initializr:
|
|||||||
id: artemis
|
id: artemis
|
||||||
description: Java Message Service API via Apache Artemis
|
description: Java Message Service API via Apache Artemis
|
||||||
versionRange: 1.3.0.M2
|
versionRange: 1.3.0.M2
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-jms/
|
href: https://spring.io/guides/gs/messaging-jms/
|
||||||
description: Messaging with JMS
|
description: Messaging with JMS
|
||||||
@ -995,7 +995,7 @@ initializr:
|
|||||||
id: hornetq
|
id: hornetq
|
||||||
description: Java Message Service API via HornetQ
|
description: Java Message Service API via HornetQ
|
||||||
versionRange: "[1.1.0.RELEASE,1.4.0.RC1)"
|
versionRange: "[1.1.0.RELEASE,1.4.0.RC1)"
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-jms/
|
href: https://spring.io/guides/gs/messaging-jms/
|
||||||
description: Messaging with JMS
|
description: Messaging with JMS
|
||||||
@ -1004,7 +1004,7 @@ initializr:
|
|||||||
- name: AMQP
|
- name: AMQP
|
||||||
id: amqp
|
id: amqp
|
||||||
description: Advanced Message Queuing Protocol via spring-rabbit
|
description: Advanced Message Queuing Protocol via spring-rabbit
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-rabbitmq/
|
href: https://spring.io/guides/gs/messaging-rabbitmq/
|
||||||
description: Messaging with RabbitMQ
|
description: Messaging with RabbitMQ
|
||||||
@ -1018,21 +1018,21 @@ initializr:
|
|||||||
groupId: org.springframework.kafka
|
groupId: org.springframework.kafka
|
||||||
artifactId: spring-kafka
|
artifactId: spring-kafka
|
||||||
starter: false
|
starter: false
|
||||||
link:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-kafka
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-kafka
|
||||||
- name: Mail
|
- name: Mail
|
||||||
id: mail
|
id: mail
|
||||||
description: javax.mail
|
description: javax.mail
|
||||||
versionRange: 1.2.0.RC1
|
versionRange: 1.2.0.RC1
|
||||||
link:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
||||||
- name: LDAP
|
- name: LDAP
|
||||||
id: data-ldap
|
id: data-ldap
|
||||||
description: LDAP support, including spring-data-ldap
|
description: LDAP support, including spring-data-ldap
|
||||||
versionRange: 1.5.0.RC1
|
versionRange: 1.5.0.RC1
|
||||||
link:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap
|
||||||
- name: Ops
|
- name: Ops
|
||||||
@ -1040,12 +1040,12 @@ initializr:
|
|||||||
- name: Actuator
|
- name: Actuator
|
||||||
id: actuator
|
id: actuator
|
||||||
description: Production ready features to help you monitor and manage your application
|
description: Production ready features to help you monitor and manage your application
|
||||||
link:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/actuator-service/
|
href: https://spring.io/guides/gs/actuator-service/
|
||||||
description: Building a RESTful Web Service with Spring Boot Actuator
|
description: Building a RESTful Web Service with Spring Boot Actuator
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#production-ready
|
||||||
- name: Actuator Docs
|
- name: Actuator Docs
|
||||||
id: actuator-docs
|
id: actuator-docs
|
||||||
description: API documentation for the Actuator endpoints
|
description: API documentation for the Actuator endpoints
|
||||||
|
Loading…
Reference in New Issue
Block a user