Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hwywl/ant-config-server

蚂蚁配置中心,用于管理项目中常改动的配置而无需改动代码或者重启服务器,基于Blade框架。
https://github.com/hwywl/ant-config-server

blade config

Last synced: 4 days ago
JSON representation

蚂蚁配置中心,用于管理项目中常改动的配置而无需改动代码或者重启服务器,基于Blade框架。

Awesome Lists containing this project

README

        

# ant-config-server
> 蚂蚁配置中心

用于管理项目中常改动的配置而无需改动代码或者重启服务器,我们的线上Properties文件。我们在前端配置我们需要配置的数据然后存储于数据库中,
这里使用的是SQLite数据库,在系统初始化时会自动生成无需手动添加。当我们在其他系统需要用到配置文件时,会通过Http请求获取相应的配置,无需向更改Properties文件一样重启服务器,
一旦更改即时生效。

## 特性

- 开发中

## 使用

- 通过maven工程直接引入
- 自带服务器容器,无需Tomcat
- jar包启动,开发者可以直接在Application类中启动

## 举个栗子🌰

- 编写中。。。

### 效果展示
- 主页
![](https://i.imgur.com/NOEfQIX.jpg)
- 配置列表
![](https://i.imgur.com/GaOtcKF.jpg)
- 系统参数
![](https://i.imgur.com/td2h9Ac.jpg)
- 添加配置
![](https://i.imgur.com/J6L9VUx.jpg)

## 使用到了部分开源项目向作者表示感谢
- [Blade](https://github.com/biezhi/blade)
- [layui](http://www.layui.com/)
- [Hutool](http://www.hutool.cn/)
- [驊驊龔頾](https://gitee.com/layuicms/layuicms)

## 问题建议

- 现在只开发完前端页面和部分接口,希望大家多多支持

- 联系我的邮箱:[email protected]