若依微服务1.08版本,增加HwMonitorPlatformController,监控平台的Controller

dev 1.0.8
xins 1 year ago
parent d2b173cabe
commit 3e6d88030f

@ -0,0 +1,9 @@
package com.ruoyi.business.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/monitorPlatform")
public class HwMonitorPlatformController {
}
Loading…
Cancel
Save