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

Method loginForm

ch2/LoginController.java:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14@RequestMapping("/login")
15public class LoginController {
16 @GetMapping("/login")
17 public String loginForm() {
18 return "loginForm";
19 }
20
21 @PostMapping("/login")
22 public String login(String id, String pwd, boolean rememberId, HttpServletResponse response) throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected