测试controller

master
cyt 2025-08-13 11:51:25 +08:00
parent e4fe376211
commit 0d5fbd7b6d
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@RestController() @RestController
@Slf4j @Slf4j
@RequestMapping("/test") @RequestMapping("/vdi")
public class TestController { public class TestController {
@GetMapping("/start") @GetMapping("/start")