baseController去掉无用service
修改数值类型的region,提取值配置文件
This commit is contained in:
@@ -61,13 +61,9 @@ import com.nis.web.service.configuration.DnsIpCfgService;
|
||||
import com.nis.web.service.configuration.FileTransferCfgService;
|
||||
import com.nis.web.service.configuration.IpCfgService;
|
||||
import com.nis.web.service.configuration.MailCfgService;
|
||||
import com.nis.web.service.configuration.MediaCfgService;
|
||||
import com.nis.web.service.configuration.NumCfgService;
|
||||
import com.nis.web.service.configuration.RequestInfoService;
|
||||
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;
|
||||
@@ -108,24 +104,12 @@ public class BaseController {
|
||||
@Autowired
|
||||
protected DnsIpCfgService dnsIpCfgService;
|
||||
|
||||
@Autowired
|
||||
protected WebCfgService webCfgService;
|
||||
|
||||
@Autowired
|
||||
protected MailCfgService mailCfgService;
|
||||
|
||||
@Autowired
|
||||
protected FileTransferCfgService fileTransferCfgService;
|
||||
|
||||
@Autowired
|
||||
protected TunnelCfgService tunnCfgService;
|
||||
|
||||
@Autowired
|
||||
protected SslCfgService sslCfgService;
|
||||
|
||||
@Autowired
|
||||
protected MediaCfgService mediaCfgService;
|
||||
|
||||
@Autowired
|
||||
protected AppCfgService appCfgService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user