In this video, we will see how to change default username and password provided by spring security using properties in application.properties.
Note: By default, username for Spring Security based application is “user” and password will be printed in your console log followed by “Using generated security password: your-password ” text.
#JavaInspires
#SpringBoot
#LiveCoding
#SpringSecurity
#CodeExamples