1、网站HTTP配置新增、修改功能提交;2、样例配置审核修改文件URL

This commit is contained in:
zhangwei
2018-05-25 13:25:21 +08:00
parent 5cab431e16
commit 5c839d31f6
19 changed files with 25252 additions and 21877 deletions

View File

@@ -61,6 +61,7 @@ import com.nis.web.service.configuration.SslCfgService;
import com.nis.web.service.configuration.StringCfgService;
import com.nis.web.service.configuration.TunnelCfgService;
import com.nis.web.service.configuration.WebCfgService;
import com.nis.web.service.configuration.WebsiteCfgService;
import com.nis.web.service.specific.SpecificServiceCfgService;
import com.nis.web.service.specific.SpecificServiceHostCfgService;
import com.nis.web.service.systemService.ServiceConfigInfoService;
@@ -149,6 +150,8 @@ public class BaseController {
protected AvCfgService avCfgService;
@Autowired
protected AvContentCfgService avContentCfgService;
@Autowired
protected WebsiteCfgService websiteCfgService;
/**
* 管理基础路径
*/