mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +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"
|
||||
version: 2.0.0.BUILD-SNAPSHOT
|
||||
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:
|
||||
groupId: com.vaadin
|
||||
artifactId: vaadin-bom
|
||||
@ -1257,6 +1264,16 @@ initializr:
|
||||
links:
|
||||
- rel: reference
|
||||
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
|
||||
content:
|
||||
- name: Actuator
|
||||
|
Loading…
Reference in New Issue
Block a user