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

Method loginForm

ch4/LoginController.java:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 UserDao userDao;
24
25 @GetMapping("/login")
26 public String loginForm() {
27 return "loginForm";
28 }
29
30 @GetMapping("/logout")
31 public String logout(HttpSession session) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected