All Projects → spring-projects → Spring Statemachine

spring-projects / Spring Statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Spring Statemachine

Cloudopt Logger
Cloudopt-logger is an extensible and configurable logging framework extension based on Kotlin, supporting Java, Kotlin and Android.
Stars: ✭ 35 (-96.69%)
Mutual labels:  spring
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
Stars: ✭ 8,227 (+677.6%)
Mutual labels:  spring
Blog demos
CSDN博客专家程序员欣宸的github,这里有四百多篇原创文章的详细分类和汇总,以及对应的源码,内容涉及Java、Docker、Kubernetes、DevOPS等方面
Stars: ✭ 1,030 (-2.65%)
Mutual labels:  spring
Brutusin Rpc
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
Stars: ✭ 36 (-96.6%)
Mutual labels:  spring
Botwall4j
A botwall for Java web applications
Stars: ✭ 41 (-96.12%)
Mutual labels:  spring
Disconf Spring Boot Starter
disconf-spring-boot-starter 让你可以使用spring-boot的方式开发依赖disconf的程序 只需要关心disconfi的配置文件和配置项,省略了编写xml的麻烦
Stars: ✭ 44 (-95.84%)
Mutual labels:  spring
Spring framework
Examples on Spring(Core, AOP, DAO, Transaction Management)
Stars: ✭ 34 (-96.79%)
Mutual labels:  spring
Spring Boot Angular5
This repository has a sample code base for spring boot and angular 5 integration.
Stars: ✭ 49 (-95.37%)
Mutual labels:  spring
Mica Example
mica 演示项目
Stars: ✭ 42 (-96.03%)
Mutual labels:  spring
Ward
Server dashboard
Stars: ✭ 1,026 (-3.02%)
Mutual labels:  spring
Spring Boot
spring-boot 项目实践总结
Stars: ✭ 989 (-6.52%)
Mutual labels:  spring
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-96.22%)
Mutual labels:  spring
Mini Platform
Mini-Platform致力于更简洁易用的轻量级微服务治理平台。
Stars: ✭ 45 (-95.75%)
Mutual labels:  spring
Devops Service
DevOps Service is the core service of Choerodon. It integrated several open source tools to automate the DevOps process of planning, coding, building, testing, and deployment, operation, monitoring.
Stars: ✭ 36 (-96.6%)
Mutual labels:  spring
Spring Cloud Study
开源书《跟我学Spring Cloud》的配套代码。讨论QQ群:731548893
Stars: ✭ 1,036 (-2.08%)
Mutual labels:  spring
Springws
基于SpringMVC实现的WebSocket工程实例
Stars: ✭ 35 (-96.69%)
Mutual labels:  spring
Dynamic Data Source Demo
基于事务的读写分离
Stars: ✭ 43 (-95.94%)
Mutual labels:  spring
Aws Serverless Java Container
A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
Stars: ✭ 1,054 (-0.38%)
Mutual labels:  spring
Company Structure
A company structure with a list of projects and their users
Stars: ✭ 48 (-95.46%)
Mutual labels:  spring
Ssm Demo
⚡️利用 maven 来构建一个多模块基于 SpringMVC + Spring + MyBatis 三大框架的脚手架,为 Java 初学者了解多模块的 maven 工程做个参考
Stars: ✭ 45 (-95.75%)
Mutual labels:  spring

= Spring Statemachine

NOTE: Default branch is now in a development of a 3.x which may be extremely unstable. Current stable release branch is 2.2.x. Unless you are not planning to contribute to initial reactive stories, PR's and issues should target towards 2.2.x branch.

image:https://github.com/spring-projects/spring-statemachine/workflows/CI/badge.svg[link="https://github.com/spring-projects/spring-statemachine/actions"] (GitHub default) image:https://github.com/spring-projects/spring-statemachine/workflows/CI/badge.svg?branch=2.4.x[link="https://github.com/spring-projects/spring-statemachine/actions"] (GitHub 2.4.x) image:https://github.com/spring-projects/spring-statemachine/workflows/CI/badge.svg?branch=2.3.x[link="https://github.com/spring-projects/spring-statemachine/actions"] (GitHub 2.3.x) image:https://github.com/spring-projects/spring-statemachine/workflows/CI/badge.svg?branch=2.2.x[link="https://github.com/spring-projects/spring-statemachine/actions"] (GitHub 2.2.x)

image:https://build.spring.io/plugins/servlet/wittified/build-status/SDG-MAS[Bamboo Build Status, link=https://build.spring.io/browse/SDG-MAS] (Bamboo default) image:https://build.spring.io/plugins/servlet/wittified/build-status/SDG-B23X[Bamboo Build Status, link=https://build.spring.io/browse/SDG-B24X] (Bamboo 2.4.x) image:https://build.spring.io/plugins/servlet/wittified/build-status/SDG-B23X[Bamboo Build Status, link=https://build.spring.io/browse/SDG-B23X] (Bamboo 2.3.x) image:https://build.spring.io/plugins/servlet/wittified/build-status/SDG-B22X[Bamboo Build Status, link=https://build.spring.io/browse/SDG-B22X] (Bamboo 2.2.x)

The Spring Statemachine project aims to provide a common infrastructure to work with state machine concepts in Spring applications.

It is advised to check the actual state of this project by referring to the latest releases found on https://projects.spring.io/spring-statemachine/[Spring Statemachine Project Page]. The git repo default branch may be relatively unstable when new features are added into the source code.

== Code of Conduct This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct]. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

== Downloading Artifacts See https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading Spring artifacts] for Maven repository information.

== Documentation https://projects.spring.io/spring-statemachine/[The Spring Statemachine Project Page] contains links to currently available JavaDoc and Reference Documentation for particular releases and versions.

== Samples Samples can be found under spring-statemachine-samples. Check the reference documentation more about what those do.

== Building from Source Spring Statemachine uses a https://gradle.org[Gradle]-based build system. In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

=== Prerequisites https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].

Be sure that your JAVA_HOME environment variable points to the jdk folder extracted from the JDK download. While build requires JDK8, created artifacts are JDK7 compatible.

=== Check out sources [indent=0]

git clone [email protected]:spring-projects/spring-statemachine.git

=== Install all spring-* jars into your local Maven cache [indent=0]

./gradlew install

=== Compile and test; build all jars, distribution zips, and docs [indent=0]

./gradlew build

Discover more commands with ./gradlew tasks. See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].

== Contributing https://help.github.com/send-pull-requests[Pull requests] are welcome; see the https://github.com/spring-projects/spring-statemachine/blob/master/CONTRIBUTING.md[contributor guidelines] for details.

If you want to contribute, search github tickets marked with help wanted or come up with your own ticket but please first open a ticket to discuss in order to avoid duplicate work on a topic or issue. Nobody wants to see the same work done twice!

== License Spring Statemachine is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].