Polish "Add support for Spring Shell"

Closes gh-532
This commit is contained in:
Stephane Nicoll
2017-10-26 18:36:08 +02:00
parent f3ecd688cc
commit ba4a437d72

View File

@@ -104,16 +104,6 @@ initializr:
dependencies: dependencies:
- name: Core - name: Core
content: content:
- name: Spring Shell
groupId: org.springframework.shell
artifactId: spring-shell-starter
id: spring-shell
description: Build shell-based clients
version: 2.0.0.M2
versionRange: 2.0.0.M5
links:
- rel: reference
href: https://docs.spring.io/spring-shell/docs/current/reference/htmlsingle/
- name: Security - name: Security
id: security id: security
description: Secure your application via spring-security description: Secure your application via spring-security
@@ -1170,6 +1160,17 @@ initializr:
links: 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: Spring Shell
id: spring-shell
groupId: org.springframework.shell
artifactId: spring-shell-starter
description: Build shell-based clients
version: 2.0.0.M2
versionRange: 1.4.0.RELEASE
repository: spring-milestones
links:
- rel: reference
href: https://docs.spring.io/spring-shell/docs/2.0.0.M2/reference/htmlsingle/
- name: Ops - name: Ops
content: content:
- name: Actuator - name: Actuator