Fetch the repository succeeded.
Agile Service
is the core service of Choerodon.
The service is responsible for Agile process management and providing users with a better user experience through rich display.
init database
CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
CREATE DATABASE agile_service DEFAULT CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON agile_service.* TO choerodon@'%';
FLUSH PRIVILEGES;
run command sh init-local-database.sh
run command as follow or run AgileServiceApplication
in IntelliJ IDEA
mvn 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 serviceIf 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.
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 )