Giter Club home page Giter Club logo

choerodon-admin's Introduction

choerodon-admin

平台治理服务

Introduction

平台治理服务,提供自动化的路由刷新、权限刷新、swagger信息刷新功能,提供界面化的服务、配置、路由、限流、熔断管理功能以及Spring Boot Admin控制台。 此服务是对hzero-admin的二开,添加了菜单统计的功能。

Documentation

Features

  • 服务管理:统一管理系统所有服务
  • 服务配置:维护服务配置信息
  • 服务治理:配置管理服务的熔断、限流与在线运维等
  • 服务监控:提供API统计与服务实例监控

Architecture

Dependencies

  • 服务依赖
<dependency>
    <groupId>org.hzero</groupId>
    <artifactId>hzero-admin-saas</artifactId>
    <version>${hzero.service.version}</version>
</dependency>

Data initialization

  • 创建数据库,本地创建 hzero_admin 数据库和默认用户,示例如下:

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "123456";
    CREATE DATABASE hzero_admin DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON hzero_admin.* TO choerodon@'%';
    FLUSH PRIVILEGES;
  • 初始化 hzero_admin 数据库,运行项目根目录下的 init-database.sh,该脚本默认初始化数据库的地址为 localhost,若有变更需要修改脚本文件

    sh init-database.sh

Changelog

Contributing

欢迎参与项目贡献!比如提交PR修复一个bug,或者新建Issue讨论新特性或者变更。

Copyright (c) 2020-present, CHOERODON

choerodon-admin's People

Contributors

whao1996 avatar devil-scp avatar thefuckingcode avatar zmfcn avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.