mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-03 03:44:05 +08:00
Merge pull request #532 from joshlong:spring-shell
* pr/532: Polish "Add support for Spring Shell" Add support for Spring Shell
This commit is contained in:
@@ -1160,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
|
||||||
|
|||||||
Reference in New Issue
Block a user