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