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