# Functions
AppDBChange 用于上报应用数据库发生变更。 如中心服务器修改应用数据库,则需要上报,运 营服务订阅到消息后,自动刷新应用数据库连接 依赖于redis.
No description provided by the author
No description provided by the author
No description provided by the author
InitAppDB 初始化应用数据库 configFunc 定义获取相关应用数据库连接方法。用于在应 用数据库连接发生变更行为时,各服务自动获取最新的数据 库连接,不用额外进行重连刷新操作
changeFunc 定义相关数据库变更时,业务需要执行的方法 发生变更时,进行回调处理。如,增加新的应用,服务需要 创建表单等操作.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Interfaces
No description provided by the author