修改 监控页面链接
parent
60b6024fcb
commit
ee81e14425
@ -1,17 +0,0 @@
|
||||
package com.haiwei.web.controller.broad;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* @author wanghao
|
||||
* @date 2023/8/14 10:18
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/board/board2")
|
||||
public class BroadController2 {
|
||||
|
||||
private String prefix = "board";
|
||||
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
package com.haiwei.web.controller.broad;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* @author wanghao
|
||||
* @date 2023/8/14 10:18
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/board/monitoring")
|
||||
public class Monitoring {
|
||||
|
||||
private String prefix = "monitoring";
|
||||
|
||||
}
|
Loading…
Reference in New Issue