hellokoding / registration-login-spring-hsql

Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
https://hellokoding.com/registration-and-login-example-with-spring-security-spring-boot-spring-data-jpa-hsql-jsp/
MIT License
224 stars 260 forks source link

Bean injection #9

Open leemarshn opened 5 years ago

leemarshn commented 5 years ago

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.