.do 붙이기 추가
This commit is contained in:
@@ -31,14 +31,14 @@ public class JSPController {
|
||||
// private String dataType;
|
||||
|
||||
|
||||
@GetMapping("/index")
|
||||
@GetMapping("/index.do")
|
||||
public String index(Model model) {
|
||||
|
||||
return "index";
|
||||
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
@GetMapping("/list.do")
|
||||
public String home(Model model) {
|
||||
|
||||
model.addAttribute("start", "start....OK");
|
||||
|
||||
Reference in New Issue
Block a user