chenshinan / foundation-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foundation-service

Foundation Service is the core service of Choerodon.

The service is the basic service of Choerodon, which currently provides the setting of custom fields and custom pages

Features

  • Object Scheme Management
  • Object Scheme Field Management
  • Page Management
  • Page Field Management
  • Field Value Management

Requirements

Installation and Getting Started

  1. init database

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
    CREATE DATABASE foundation_service DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON foundation_service.* TO choerodon@'%';
    FLUSH PRIVILEGES;
  2. run command sh init-local-database.sh

  3. run command as follow or run FoundationServiceApplication 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
  • gateway-helper: gateway helper server
  • oauth-server: oauth server
  • manager-service: manager service
  • asgard-service: asgard 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.

About


Languages

Language:Java 77.0%Language:Groovy 22.6%Language:Smarty 0.3%Language:Dockerfile 0.1%