registration-login-spring-hsql icon indicating copy to clipboard operation
registration-login-spring-hsql copied to clipboard

Bean injection

Open leemarshn opened this issue 6 years ago • 0 comments

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.

leemarshn avatar Jan 09 '19 08:01 leemarshn