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