1.抽取配置域转换处理逻辑为方法;

2.文件摘要类配置处理逻辑方法抽取;
3.修正业务配置文件;
4.配置同步json保存为文件。

Signed-off-by: zhangwei <zhangwei2@iie.ac.cn>
This commit is contained in:
zhangwei
2018-11-30 11:26:34 +08:00
parent da47832559
commit a4cea80688
4 changed files with 396 additions and 364 deletions

View File

@@ -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);