Commit 86b6f0f3 by 陈文顺

readme

parent 9ee9d12b
# dict 数据字典
平时工作中经常会遇到一些配置信息,比如各种映射关系,下拉列表,程序控制开关等等,如果每个项目动自己搞一个配置表,会重复劳动,而且配置分散到各个地方不利于维护,所以一个通用的数据字典服务就很方便的解决了各种配置的需求。
服务本地启动后访问:http://localhost:9005/swagger-ui.html#!/dict-controller
### 应用场景
数据字典类似缓存系统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