MCPcopy Create free account
hub / github.com/castello/spring_basic / register

Method register

ch3/RegisterController.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 @GetMapping("/add")
34 public String register() {
35 return "registerForm"; // WEB-INF/views/registerForm.jsp
36 }
37
38 @PostMapping("/add")
39 public String save(@Valid User user, BindingResult result, Model m) throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected