Description:
Field passwordEncoder in com.Insurance.service.UserServiceImpl required a bean of type ‘org.springframework.security.crypto.password.PasswordEncoder’ that could not be found.
The injection point has the following annotations:
– @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type ‘org.springframework.security.crypto.password.PasswordEncoder’ in your configuration.
[UserServiceImplSecurityConfig](https://i.sstatic.net/vTXeW1jo.png)
Digamber Chigare is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.