gdinev11 / ServerSide-web

0 stars 0 forks source link

HW10 Feedback #4

Open drrtrana opened 2 years ago

drrtrana commented 2 years ago

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.

gdinev11 commented 2 years ago

in the UserDataLoader, I thought I am Autowiring the PasswordEncoder.

@Autowired public UserDataLoader(UserRepository userRepo, PasswordEncoder passwordEncoder) { this.userRepo = userRepo; }

gdinev11 commented 2 years ago

oh so add in the this.passwordEncoder = passwordEncoder; ?