test master 변경
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.eactive.testmaster.home;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
|
||||
@Controller
|
||||
public class HomeController {
|
||||
|
||||
@GetMapping("/")
|
||||
public String home() {
|
||||
return "redirect:/mgmt/routes/list_view.do";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user