mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-06 21:58:08 +08:00
Polish "Add support for Spring Statemachine"
Closes gh-598
This commit is contained in:
parent
fd6f171cdc
commit
d31e649299
@ -1268,12 +1268,15 @@ initializr:
|
|||||||
id: spring-statemachine
|
id: spring-statemachine
|
||||||
groupId: org.springframework.statemachine
|
groupId: org.springframework.statemachine
|
||||||
artifactId: spring-statemachine-starter
|
artifactId: spring-statemachine-starter
|
||||||
description: Build applications using statemachine concepts
|
description: Build applications using state machine concepts
|
||||||
versionRange: 2.0.0.RC1
|
versionRange: 2.0.0.RC1
|
||||||
bom: spring-statemachine
|
bom: spring-statemachine
|
||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: https://docs.spring.io/spring-statemachine/docs/current-SNAPSHOT/reference/htmlsingle/
|
href: https://docs.spring.io/spring-statemachine/docs/current-SNAPSHOT/reference/htmlsingle/
|
||||||
|
- rel: guide
|
||||||
|
href: https://docs.spring.io/spring-statemachine/docs/current-SNAPSHOT/reference/htmlsingle/#developing-your-first-spring-statemachine-application
|
||||||
|
description: Developing your first Spring Statemachine application
|
||||||
- name: Ops
|
- name: Ops
|
||||||
content:
|
content:
|
||||||
- name: Actuator
|
- name: Actuator
|
||||||
|
Loading…
Reference in New Issue
Block a user