Commit 4902177c by 陈文顺

readme

parent 73597666
# dict 数据字典
平时工作中经常会遇到一些配置信息,比如各种映射关系,下拉列表,程序控制开关等等,如果每个项目动自己搞一个配置表,会重复劳动,而且配置分散到各个地方不利于维护,所以一个通用的数据字典服务就很方便的解决了各种配置的需求。
###应用场景
数据字典类似缓存系统KV的形式存储数据,可以随时编辑,调用方通过接口获取响应的数据。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment