registration-login-spring-hsql
registration-login-spring-hsql copied to clipboard
Bean injection
This was done using spring boot ver 1.3.5 currently we are at 2.0++ some features won't work with the latest version of spring-boot which uses JDK 8 and above. You will notice a warning with auto wiring this will give you a problem in securityImpservice trying to inject theAuthnticationManger and the UserDetails the project won't compile until you do some changes.