XMPP配置提交

This commit is contained in:
wangxin
2018-06-13 10:18:06 +08:00
parent 6765b49281
commit c79f57ab26
11 changed files with 1915 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ import com.nis.web.service.configuration.NumCfgService;
import com.nis.web.service.configuration.RequestInfoService;
import com.nis.web.service.configuration.StringCfgService;
import com.nis.web.service.configuration.WebsiteCfgService;
import com.nis.web.service.configuration.XmppCfgService;
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 WebsiteCfgService websiteCfgService;
@Autowired
protected BgpCfgService bgpCfgService;
@Autowired
protected XmppCfgService xmppCfgService;
/**
* 管理基础路径
*/