SpringSecurityLoginTutorial
SpringSecurityLoginTutorial copied to clipboard
The password can not be stored in the database
I think we should remove the @Transient
annotation in User.java file
also getting this issue java.sql.SQLException: Field 'password' doesn't have a default value if you let the tables be auto generated, then the password column does not get created
removing @Transient
fixes the problem and password is stored encrypted in the database