mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +08:00
Add support for Spring Shell
See gh-532
This commit is contained in:
parent
95d5df33e4
commit
f3ecd688cc
@ -104,6 +104,16 @@ initializr:
|
||||
dependencies:
|
||||
- name: Core
|
||||
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
|
||||
id: security
|
||||
description: Secure your application via spring-security
|
||||
|
Loading…
Reference in New Issue
Block a user