Skip to content

d-subrahmanyam/spring-boot-statemachine-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo application built to showcase the capabilities of

  • spring-boot
  • spring-statemachine
  • spring-data-jpa
  • spring-web

The advantage with state-machine processing is that systems like order processing management, stock and inventory control need the processing to happen in a finite state processing model with fine grained control over state to state transition.

The processing in such systems does not happen synchronously unlike in web-applications.

The state-machine model of processing gives a fine grained control over state transitions and their propogation model.

Todo(s)

  • Expose web-services
  • Web-integration
  • AuthN and AuthZ

Please do feel free to fork the repo.

Please do feel free to raise an issue to fix or make an enhancement.

About

A demo project to demonstrate the use of spring boot and spring-statemachine along with spring-jpa and spring-web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages