XMPP配置提交
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
* 管理基础路径
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user