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;
|
||||
|
||||
@RestController
|
||||
public class test {
|
||||
public class TestController {
|
||||
|
||||
@GetMapping("hello")
|
||||
public String hello(){
|
||||
Reference in New Issue
Block a user