NormalJmxController注释修改

This commit is contained in:
xuguang
2022-02-24 16:20:37 +08:00
parent 39a6302c18
commit de54966d30

View File

@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @author zengqiao * @author zengqiao
* @date 20/8/21 * @date 20/8/21
*/ */
@Api(tags = "RD-Jmx维度相关接口(REST)") @Api(tags = "Normal-Jmx维度相关接口(REST)")
@RestController @RestController
@RequestMapping(ApiPrefix.API_V1_NORMAL_PREFIX) @RequestMapping(ApiPrefix.API_V1_NORMAL_PREFIX)
public class NormalJmxController { public class NormalJmxController {