You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MYSQL PORT is 3308 you can change it to 3306 or any depending on your machine
About
This repository showcases how to model and manage state-driven workflows using Spring State Machine in a Spring-based application. It demonstrates the definition of states, events, transitions, guards, and actions, providing a clear example of how finite state machines can be used to control application behavior in a structured and predictable way.