mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-09 15:18:02 +08:00
Add support for Spring Statemachine
See gh-598
This commit is contained in:
parent
7d8efecb9d
commit
fd6f171cdc
@ -132,6 +132,13 @@ initializr:
|
|||||||
- versionRange: "2.0.0.BUILD-SNAPSHOT"
|
- versionRange: "2.0.0.BUILD-SNAPSHOT"
|
||||||
version: 2.0.0.BUILD-SNAPSHOT
|
version: 2.0.0.BUILD-SNAPSHOT
|
||||||
repositories: spring-snapshots,spring-milestones
|
repositories: spring-snapshots,spring-milestones
|
||||||
|
spring-statemachine:
|
||||||
|
groupId: org.springframework.statemachine
|
||||||
|
artifactId: spring-statemachine-bom
|
||||||
|
versionProperty: spring-statemachine.version
|
||||||
|
mappings:
|
||||||
|
- versionRange: "2.0.0.RC1"
|
||||||
|
version: 2.0.0.M4
|
||||||
vaadin:
|
vaadin:
|
||||||
groupId: com.vaadin
|
groupId: com.vaadin
|
||||||
artifactId: vaadin-bom
|
artifactId: vaadin-bom
|
||||||
@ -1257,6 +1264,16 @@ initializr:
|
|||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: https://docs.spring.io/spring-shell/docs/2.0.0.M2/reference/htmlsingle/
|
href: https://docs.spring.io/spring-shell/docs/2.0.0.M2/reference/htmlsingle/
|
||||||
|
- name: Statemachine
|
||||||
|
id: spring-statemachine
|
||||||
|
groupId: org.springframework.statemachine
|
||||||
|
artifactId: spring-statemachine-starter
|
||||||
|
description: Build applications using statemachine concepts
|
||||||
|
versionRange: 2.0.0.RC1
|
||||||
|
bom: spring-statemachine
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: https://docs.spring.io/spring-statemachine/docs/current-SNAPSHOT/reference/htmlsingle/
|
||||||
- name: Ops
|
- name: Ops
|
||||||
content:
|
content:
|
||||||
- name: Actuator
|
- name: Actuator
|
||||||
|
Loading…
Reference in New Issue
Block a user