package com.fdkankan.scene.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* TODO *
* * @author dengsixing * @since 2022/8/17 **/ @RestController @RequestMapping("/test") public class TestController { }