스트링 변경
This commit is contained in:
parent
9665fc0e26
commit
9022084a48
|
|
@ -10,7 +10,7 @@ public class JSPController {
|
||||||
@GetMapping("/hello")
|
@GetMapping("/hello")
|
||||||
public String home(Model model) {
|
public String home(Model model) {
|
||||||
System.out.println("home controller start");
|
System.out.println("home controller start");
|
||||||
model.addAttribute("name", "나의 이름은 이진기입니다.");
|
model.addAttribute("name", "111111.");
|
||||||
return "hello";
|
return "hello";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue