Fetch the repository succeeded.
分布式事务服务
Choerodon Asgard Service 是一个任务调度服务,通过saga
实现微服务之间的数据一致性。
创建数据库,本地创建 asgard_service
数据库和默认用户,示例如下:
CREATE USER 'choerodon'@'%' IDENTIFIED BY "123456";
CREATE DATABASE asgard_service DEFAULT CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON asgard_service.* TO choerodon@'%';
FLUSH PRIVILEGES;
初始化 asgard_service
数据库,运行项目根目录下的 init-database.sh
,该脚本默认初始化数据库的地址为 localhost
,若有变更需要修改脚本文件
sh init-database.sh
欢迎参与项目贡献!比如提交PR修复一个bug,或者新建Issue讨论新特性或者变更。
Copyright (c) 2020-present, CHOERODON
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 0 )