1 Star 1 Fork 4

Choerodon / config-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
我没在召唤 提交于 2018-12-18 16:52 . [IMP] update readme

Config Server

Choerodon's configuration service, configuration center for unified management of service configuration files. The local service directly applies the configuration of the local configuration file. The online service except manager-service, register-server, and config-server pulls from config-sever, and the config-server obtain configuration from the manager-service. The configuration of the service needs to import the service configuration into the manager-service database through choerodon-tool-config.

  • Pull configuration rules.

    If the service includes the configuration version when pulling configurations, the corresponding version configuration is pulled, otherwise, the default configuration is pulled.

Requirements

  • This service is an eureka client service. The local executing needs to cooperate with eureka-server, and the online executing needs to cooperate with go-register-server.
  • The config-server obtains the configuration from the manager-service management service and needs to start the manager-service.
  • The configuration of other services needs to be imported into the manager-service database by using choerodon-tool-config.

Installation and Getting Started

  • run eureka-server
  • switch into the project directory and run mvn spring-boot:run

Dependencies

  • go-register-server: Registration service
  • manager-service: Management service

Links

How to Contribute

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

Note

  • Local service uses the configuration in the configuration file directly, without starting the service
  • It need to work with manager-service when execute online, and Online needs to be used in conjunction with manager-service, And the configuration of the service needs to import service configuration into manager-service database by choerodon-tool-config.
Java
1
https://gitee.com/choerodon/config-server.git
git@gitee.com:choerodon/config-server.git
choerodon
config-server
config-server
master

搜索帮助