建立日志包
This commit is contained in:
5
src/main/java/com/nis/domain/log/VpenVpn.java
Normal file
5
src/main/java/com/nis/domain/log/VpenVpn.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package com.nis.domain.log;
|
||||||
|
|
||||||
|
public class VpenVpn {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
package com.nis.web.controller.log.ntc;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.ResponseBody;
|
||||||
|
|
||||||
|
import com.nis.web.controller.BaseController;
|
||||||
|
@Controller
|
||||||
|
@RequestMapping(value = "/logs")
|
||||||
|
public class LogChartController extends BaseController{
|
||||||
|
@RequestMapping(value="logChart")
|
||||||
|
public String logChart(){
|
||||||
|
|
||||||
|
return "/logs/chart";
|
||||||
|
}
|
||||||
|
@RequestMapping(value="ajaxChart")
|
||||||
|
@ResponseBody
|
||||||
|
public String ajaxChart(){
|
||||||
|
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
}
|
||||||
5
src/main/java/com/nis/web/dao/log/VpenvpnDao.java
Normal file
5
src/main/java/com/nis/web/dao/log/VpenvpnDao.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package com.nis.web.dao.log;
|
||||||
|
|
||||||
|
public class VpenvpnDao {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
package com.nis.web.service.log;
|
||||||
|
|
||||||
|
public class LogVpenvpnService {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user