fix test class name
This commit is contained in:
@@ -4,7 +4,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
public class test {
|
public class TestController {
|
||||||
|
|
||||||
@GetMapping("hello")
|
@GetMapping("hello")
|
||||||
public String hello(){
|
public String hello(){
|
||||||
Reference in New Issue
Block a user