.do 붙이기 추가

This commit is contained in:
daniel LEE 2023-10-26 16:28:17 +09:00
parent d5c4936d71
commit dca61d446f
1 changed files with 2 additions and 2 deletions

View File

@ -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");