- This is a web based distributed zookeeper state machine sample showing how multiple Spring boot instances having a state machine can work with a zookeeper to distribute state handling thoughout a jvm boundaries. - Also this example is using websocket support to have live updates of a UI for state machine state changes.
12 lines
275 B
INI
12 lines
275 B
INI
version=1.0.0.BUILD-SNAPSHOT
|
|
springVersion = 4.1.6.RELEASE
|
|
springSecurityVersion = 4.0.2.RELEASE
|
|
springBootVersion = 1.2.1.RELEASE
|
|
springSessionVersion = 1.0.1.RELEASE
|
|
curatorVersion = 2.6.0
|
|
kryoVersion = 2.22
|
|
hamcrestVersion = 1.3
|
|
junitVersion = 4.11
|
|
log4jVersion = 1.2.17
|
|
|