Rahul Tiwari
Results
1
comments of
Rahul Tiwari
spring security version 6 depricated some of the methods, therefor you have to change 'WebSecurityConfig' syntax like this - @EnableWebSecurity @Configuration public class WebSecurityConfig { @Bean public PasswordEncoder passwordEncoder(){ return...