new session work

This commit is contained in:
eugenp
2013-08-11 15:29:10 +03:00
parent a72cec5f10
commit 5b2fd4d013
3 changed files with 13 additions and 4 deletions

View File

@@ -27,6 +27,8 @@ public class MvcConfig extends WebMvcConfigurerAdapter {
registry.addViewController("/login.html");
registry.addViewController("/homepage.html");
registry.addViewController("/sessionExpired.html");
registry.addViewController("/invalidExpired.html");
registry.addViewController("/console.html");
}