You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot MVC project with controllers, Thymeleaf templating (including CSS), form data binding, request mappings (GET/POST), and model data transfer. Demonstrates reading form data via RequestParam.
Spring Boot project with Spring Security: authentication, authorization, custom login pages (Bootstrap), logout, CSRF, users/roles, restricted URL access, conditional content, JDBC authentication with bcrypt, user registration & password encryption.