All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hn.config.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
/**
 *  HnConfig配置
 *  后续改进成接口,
 *  HnConfigService
 *      # init()
 *      # getConfig()
 *      # setConfig()
 *  HnRedisConfigServiceImpl
 *  HnMapConfigServiceImpl
 *  HnMysqlConfigServiceImpl
 *  调用者也可以实现这个接口,重写接口方法
 *
 *  初始化 HnConfigUtil
 *      # init(HnConfigService configService)
 *      # getConfig(){ configService.getConfig()}
 *      # setConfig(){ configService.setConfig()}
 *
 * @author fei
 */
package com.hn.config;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy