mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +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
|
||||
description: HATEOAS-based RESTful services
|
||||
versionRange: 1.2.2.RELEASE
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/rest-hateoas/
|
||||
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
|
||||
- name: Rest Repositories HAL Browser
|
||||
id: data-rest-hal
|
||||
@ -470,7 +470,7 @@ initializr:
|
||||
artifactId: mysql-connector-java
|
||||
scope: runtime
|
||||
starter: false
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/accessing-data-mysql/
|
||||
description: Accessing data with MySQL
|
||||
@ -975,7 +975,7 @@ initializr:
|
||||
id: activemq
|
||||
description: Java Message Service API via Apache ActiveMQ
|
||||
versionRange: 1.4.0.RC1
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/messaging-jms/
|
||||
description: Messaging with JMS
|
||||
@ -985,7 +985,7 @@ initializr:
|
||||
id: artemis
|
||||
description: Java Message Service API via Apache Artemis
|
||||
versionRange: 1.3.0.M2
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/messaging-jms/
|
||||
description: Messaging with JMS
|
||||
@ -995,7 +995,7 @@ initializr:
|
||||
id: hornetq
|
||||
description: Java Message Service API via HornetQ
|
||||
versionRange: "[1.1.0.RELEASE,1.4.0.RC1)"
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/messaging-jms/
|
||||
description: Messaging with JMS
|
||||
@ -1004,7 +1004,7 @@ initializr:
|
||||
- name: AMQP
|
||||
id: amqp
|
||||
description: Advanced Message Queuing Protocol via spring-rabbit
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/messaging-rabbitmq/
|
||||
description: Messaging with RabbitMQ
|
||||
@ -1018,21 +1018,21 @@ initializr:
|
||||
groupId: org.springframework.kafka
|
||||
artifactId: spring-kafka
|
||||
starter: false
|
||||
link:
|
||||
links:
|
||||
- rel: reference
|
||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-kafka
|
||||
- name: Mail
|
||||
id: mail
|
||||
description: javax.mail
|
||||
versionRange: 1.2.0.RC1
|
||||
link:
|
||||
links:
|
||||
- rel: reference
|
||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
||||
- name: LDAP
|
||||
id: data-ldap
|
||||
description: LDAP support, including spring-data-ldap
|
||||
versionRange: 1.5.0.RC1
|
||||
link:
|
||||
links:
|
||||
- rel: reference
|
||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap
|
||||
- name: Ops
|
||||
@ -1040,12 +1040,12 @@ initializr:
|
||||
- name: Actuator
|
||||
id: actuator
|
||||
description: Production ready features to help you monitor and manage your application
|
||||
link:
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/actuator-service/
|
||||
description: Building a RESTful Web Service with Spring Boot Actuator
|
||||
- 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
|
||||
id: actuator-docs
|
||||
description: API documentation for the Actuator endpoints
|
||||
|
Loading…
Reference in New Issue
Block a user