mirror of https://gitee.com/stylefeng/guns
调整日志视图控制器命名规范
parent
6b3fa84872
commit
c1d7c9c9c8
|
@ -6,7 +6,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||
import org.springframework.stereotype.Controller;
|
||||
|
||||
/**
|
||||
* 操作业务日志管理控制器
|
||||
* 操作业务日志管理控制器界面渲染
|
||||
*
|
||||
* @param
|
||||
* @return
|
||||
|
@ -16,7 +16,7 @@ import org.springframework.stereotype.Controller;
|
|||
@Controller
|
||||
@Slf4j
|
||||
@ApiResource(name = "操作日志管理相关的界面渲染", path = "log")
|
||||
public class LogController {
|
||||
public class LogViewController {
|
||||
|
||||
private String PREFIX = "/modular/system/log";
|
||||
|
|
@ -6,7 +6,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||
import org.springframework.stereotype.Controller;
|
||||
|
||||
/**
|
||||
* 登陆日志管理控制器
|
||||
* 登陆日志管理控制器界面渲染
|
||||
*
|
||||
* @param
|
||||
* @return
|
||||
|
@ -16,7 +16,7 @@ import org.springframework.stereotype.Controller;
|
|||
@Controller
|
||||
@Slf4j
|
||||
@ApiResource(name = "登陆日志管理相关的界面渲染", path = "loginLog")
|
||||
public class LoginLogController {
|
||||
public class LoginLogViewController {
|
||||
|
||||
private String PREFIX = "/modular/system/log";
|
||||
|
Loading…
Reference in New Issue