Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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框架。
- Host: GitHub
- URL: https://github.com/hwywl/ant-config-server
- Owner: HWYWL
- License: apache-2.0
- Created: 2017-11-21T01:06:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T02:52:26.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T12:06:16.574Z (over 1 year ago)
- Topics: blade, config
- Language: Java
- Homepage:
- Size: 3.66 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]