State Machine Service
is the core service of Choerodon.
The service is responsible for controlling the flow of the state, and is driven by the state machine to set the condition, verification, and post-action of the state transition, and is implemented in conjunction with the state machine client.
- Status Management
- State Machine Management
-
init database
CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon"; CREATE DATABASE state_machine_service DEFAULT CHARACTER SET utf8; GRANT ALL PRIVILEGES ON state_machine_service.* TO choerodon@'%'; FLUSH PRIVILEGES;
-
run command
sh init-local-database.sh
-
run command as follow or run
StateMachineServiceApplication
in IntelliJ IDEAmvn clean spring-boot:run
go-register-server
: Register serveriam-service
:iam servicemysql
: agile_service databaseapi-gateway
: api gateway servergateway-helper
: gateway helper serveroauth-server
: oauth servermanager-service
: manager serviceasgard-service
: asgard serviceissue-service
: issue serviceagile-service
: agile service
If you find any shortcomings or bugs, please describe them in the issue.
Pull requests are welcome! Follow to know for more information on how to contribute.