@@ -1,13 +0,0 @@
|
||||
package com.nis.web.controller.configuration;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
/**
|
||||
* WEB相关配置控制类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Controller
|
||||
public class WebCfgController {
|
||||
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
package com.nis.web.dao.configuration;
|
||||
|
||||
|
||||
/**
|
||||
* 在线媒体相关配置数据处理类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
public class MediaCfgDao {
|
||||
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
package com.nis.web.dao.configuration;
|
||||
|
||||
|
||||
/**
|
||||
* 证书相关配置数据处理类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
public class SslCfgDao {
|
||||
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
package com.nis.web.dao.configuration;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
* 隧道协议相关配置数据处理类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
public class TunnelCfgDao {
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public List getL2tpList(){
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
package com.nis.web.dao.configuration;
|
||||
|
||||
|
||||
/**
|
||||
* WEB相关配置数据处理类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
public class WebCfgDao {
|
||||
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
package com.nis.web.service.configuration;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 在线媒体相关配置事务类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
public class MediaCfgService {
|
||||
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
package com.nis.web.service.configuration;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 证书相关配置事务类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
public class SslCfgService {
|
||||
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
package com.nis.web.service.configuration;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 隧道协议相关配置事务类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
public class TunnelCfgService {
|
||||
|
||||
public List getL2tpList(){
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
package com.nis.web.service.configuration;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* WEB相关配置事务类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
public class WebCfgService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user