1.抽取配置域转换处理逻辑为方法;
2.文件摘要类配置处理逻辑方法抽取; 3.修正业务配置文件; 4.配置同步json保存为文件。 Signed-off-by: zhangwei <zhangwei2@iie.ac.cn>
This commit is contained in:
@@ -75,6 +75,7 @@ public interface ConfigSynchronizationDao {
|
||||
public List<ComplexkeywordCfg> getComplexStrList(@Param("tableName")String tableName,@Param("compileIds")List compileIds);
|
||||
public List<FileDigestCfg> getFileDigestList(@Param("tableName")String tableName,@Param("compileIds")List compileIds);
|
||||
public List<DdosIpCfg> getDdosIpCfgList(BaseCfg entity);
|
||||
public List<FileDigestCfg> getFileDigestListByService(BaseCfg entity);
|
||||
|
||||
public List<AvFileSampleCfg> getAvFileCfgList(BaseCfg entity);
|
||||
public List<PxyObjKeyring> getPxyObjKeyringCfgList(BaseCfg entity);
|
||||
|
||||
Reference in New Issue
Block a user