调整日志视图控制器命名规范

pull/64/head
TSQ 2021-01-06 21:44:35 +08:00
parent 6b3fa84872
commit c1d7c9c9c8
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
/** /**
* *
* *
* @param * @param
* @return * @return
@ -16,7 +16,7 @@ import org.springframework.stereotype.Controller;
@Controller @Controller
@Slf4j @Slf4j
@ApiResource(name = "操作日志管理相关的界面渲染", path = "log") @ApiResource(name = "操作日志管理相关的界面渲染", path = "log")
public class LogController { public class LogViewController {
private String PREFIX = "/modular/system/log"; private String PREFIX = "/modular/system/log";

View File

@ -6,7 +6,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
/** /**
* *
* *
* @param * @param
* @return * @return
@ -16,7 +16,7 @@ import org.springframework.stereotype.Controller;
@Controller @Controller
@Slf4j @Slf4j
@ApiResource(name = "登陆日志管理相关的界面渲染", path = "loginLog") @ApiResource(name = "登陆日志管理相关的界面渲染", path = "loginLog")
public class LoginLogController { public class LoginLogViewController {
private String PREFIX = "/modular/system/log"; private String PREFIX = "/modular/system/log";