MCPcopy Index your code
hub / github.com/castello/spring_basic / write

Method write

ch4/BoardController2.java:45–50  ·  view source on GitHub ↗
(Model m)

Source from the content-addressed store, hash-verified

43 }
44
45 @GetMapping("/write")
46 public String write(Model m) {
47 m.addAttribute("mode", "new");
48
49 return "board";
50 }
51
52 @PostMapping("/write") // insert니까 delete인 remove하고 동일
53 public String write(BoardDto boardDto, RedirectAttributes rattr, Model m, HttpSession session) {

Callers

nothing calls this directly

Calls 2

setWriterMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected