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

Method loginForm

ch3/LoginController.java:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17@RequestMapping("/login")
18public class LoginController {
19 @GetMapping("/login")
20 public String loginForm() {
21 return "loginForm";
22 }
23
24 @GetMapping("/logout")
25 public String logout(HttpSession session) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected