This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
系统配置表模块
本模块意在建立一块系统配置内存空间,保存一些系统常用的配置,通过在线管理这些配置,可实时维护这些配置
多模块之间可通过config-api提供的接口,进行配置的共享和读取
在新增一个配置的时候,优先考虑存到config模块,再考虑往application.yml中存