Spring Statemachine 1.1.0.M2 发布了。
Spring Statemachine (Spring 状态机)是使用 Spring 框架下的状态机概念创建的一种应用程序开发框架。它使得状态机结构层次化,简化了配置状态机的过程。
更新日志:
Usual bug fixes.
Better error handling and config model verifier.
@WithStateMachine as meta annotation.
Easier usage for persist/restore of a state machine via StateMachinePersister.
New timer event which only fires once after state enter.
Config model classes are now a public API.
软件详情:http://spring.io/blog/2016/03/22/spring-statemachine-1-1-0-m2-released
下载地址:https://github.com/spring-projects/spring-statemachine/archive/v1.1.0.M2.tar.gz
来自:开源中国社区

