
com.baidu.disconf.client.DisconfMgrBeanSecond Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconf-client Show documentation
Show all versions of disconf-client Show documentation
https://github.com/knightliao/disconf/tree/master/disconf-client
package com.baidu.disconf.client;
/**
* 第二次扫描,动态扫描
*
* @author liaoqiqi
* @version 2014-6-18
*/
public class DisconfMgrBeanSecond {
public void init() {
DisconfMgr.getInstance().secondScan();
}
public void destroy() {
DisconfMgr.getInstance().close();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy