- Notifications
You must be signed in to change notification settings - Fork2
Carla-de-Beer/spring-state-machine-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Spring State Machine demo project using the credit card authorisation process to demonstrate the different state changes.
The card payment process transitions through the following states:
- NEW
- PRE_AUTH
- PRE_AUTH_ERROR
- AUTH
- AUTH_ERROR
The events triggering the state changes are as follows:
- PRE_AUTHORIZE
- PRE_AUTH_APPROVED
- PRE_AUTH_DECLINED
- AUTHORIZE
- AUTH_APPROVED
- AUTH_DECLINED
Based on the Spring Framework Guruexample on Udemy.
- Java 11
- Spring Boot 2.2.6.RELEASE
- Maven 3.6.2
About
Spring State Machine demo project
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.