Open drrtrana opened 2 years ago
in the UserDataLoader, I thought I am Autowiring the PasswordEncoder.
@Autowired public UserDataLoader(UserRepository userRepo, PasswordEncoder passwordEncoder) { this.userRepo = userRepo; }
oh so add in the this.passwordEncoder = passwordEncoder; ?
Part IV:
Very important: Whenever you make changes to your tables, make sure to drop the tables in phpmyadmin.
Part V: Once Part IV is complete, this can be fully completed.
If this is all fixed and working correctly in your final project, you will get points back on this assignment.