Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringstateMachine

H2 Login: http://localhost:8761/h2-console

Create Trx :

curl -L -X POST 'http://localhost:8761/transaction/create' -H 'Content-Type: application/json' --data-raw '100'
}

Change Status

curl -L -X POST 'http://localhost:8761/transaction/change-status' -H 'Content-Type: application/json' --data-raw '{
    "transactionId": 1,
    "newStatus": "APPROVED"
}'

About

Spring Statemachine Sample

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages