https://github.com/guoguang/madao_config
:wrench: 微服务配置中心
https://github.com/guoguang/madao_config
Last synced: 7 months ago
JSON representation
:wrench: 微服务配置中心
- Host: GitHub
- URL: https://github.com/guoguang/madao_config
- Owner: GuoGuang
- License: gpl-3.0
- Created: 2018-11-03T14:44:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T12:03:40.000Z (about 1 year ago)
- Last Synced: 2025-01-17T21:44:15.386Z (9 months ago)
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Spring Cloud Config Server
* 用于外部配置的基于HTTP资源的API(名称 - 值对或等效的YAML内容)
* 加密和解密属性值(对称或非对称)
* 使用@EnableConfigServer可以在Spring Boot应用程序中轻松嵌入
* 修改此处配置文件所有服务同步热更新