package com.zd.security.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 检查配置表 前端控制器 *

* * @author cyl * @since 2023-04-19 */ @RestController @RequestMapping("/checkSet") public class CheckSetController { }