.do 붙이기 추가
This commit is contained in:
parent
d5c4936d71
commit
dca61d446f
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue