测试controller
parent
e4fe376211
commit
0d5fbd7b6d
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue