knightliao e2b6a98621 2.6.28-SNAPSHOT il y a 9 ans
..
src d414890dec re il y a 9 ans
.gitignore 58a85a4767 .gitignore 增加 .idea的配置 il y a 9 ans
README.md 830470fa95 re il y a 10 ans
pom.xml e2b6a98621 2.6.28-SNAPSHOT il y a 9 ans

README.md

Disconf-tool

Disconf-tool是disconf的辅助工具类,主要的功能包括:

  1. Disconf-ContextMgr: 一个基于Redis的Context持久化辅助类,方便的将一些频繁更新读取的数据保存起来;注意,ContextMgr并没有进行行多个分布应用之间读写控制,现阶段该工作应由使用方来完成。
  2. [TODO]Disconf-Mointor:配置监控类,用于及时发现应用与服务间配置的不一致并报警;