分布式管理配置 Smconf

软件介绍

Smconf 专注于分布式环境下配置的统一管理

https://github.com/yinjihuan/smconf

目前只支持 java,其他语言如果需要支持可以使用 Smconf 提供的Rest API

目标

  • 提供配置的统一管理

  • 多个环境(生产环境:prod, 线上测试环境:online, 线下测试环境:test, 开发环境:dev)

  • web后台配置管理

  • 配置修改后实时同步到使用的客户端

  • 无缝集成spring和spring boot项目

  • web后台支持不同账号管理不同环境的配置

  • 支持水平扩容,负载,部署多个server,client自动发现

本文地址:https://www.codercto.com/soft/d/1691.html

Learning JavaScript

Learning JavaScript

Shelley Powers / Oreilly & Associates Inc / 2006-10-17 / $29.99

As web browsers have become more capable and standards compliant, JavaScript has grown in prominence. JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led......一起来看看 《Learning JavaScript》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具