Add base work for recipes
- Better state sync handling #35 - Adding first recipe for synching and persisting a state # 73
This commit is contained in:
@@ -23,3 +23,13 @@ project('spring-statemachine-samples-washer') {
|
||||
project('spring-statemachine-samples-zookeeper') {
|
||||
description = 'Spring State Machine Distributed Sample'
|
||||
}
|
||||
|
||||
project('spring-statemachine-samples-persist') {
|
||||
description = 'Spring State Machine Persist Sample'
|
||||
dependencies {
|
||||
compile project(":spring-statemachine-recipes-common")
|
||||
compile ("org.hsqldb:hsqldb:2.3.1")
|
||||
compile ("org.springframework:spring-jdbc:$springVersion")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user