1 Star 0 Fork 11

Yellow Tao / agile-service

forked from open-hand / agile-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.en-US.md 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
HuangFuqiang 提交于 2019-10-24 17:41 . [ADD]init project

Agile Service

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.

Agile management services are primarily used to manage project requirements, planning, and execution**

image

Features

  • Version Management
  • Sprint Management
  • Issues Management
  • Backlog Management
  • Module Management
  • Story Map
  • Project Configuration
  • State Configuration
  • Report

Requirements

Installation and Getting Started

  1. 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;
  1. run command sh init-local-database.sh
  2. run command as follow or run AgileServiceApplication in IntelliJ IDEA
mvn clean spring-boot:run

Dependencies

  • go-register-server: Register server
  • iam-service:iam service
  • mysql: agile_service database
  • api-gateway: api gateway server
  • oauth-server: oauth server
  • manager-service: manager service
  • file-service : file service
  • knowledgebase-service : knowledgebase service
  • notify-service : notify service

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

1
https://gitee.com/aFuckAddress/agile-service.git
git@gitee.com:aFuckAddress/agile-service.git
aFuckAddress
agile-service
agile-service
master

搜索帮助