Slide 39
Slide 39 text
.7$ͷ$POUSPMMFS
@Controller
@RequestMapping("thyme")
public class SampleController {
@RequestMapping("demo")
public String index(Model model){
model.addAttribute("livetext", "͞ΜΔ͜ʙͲ");
// classpath:/templates/ + + .html
return "tdemo";
}
}