Spring Boot + Spring Security - How To Change Default Username and Password | Java Inspires

Опубликовано: 05 Октябрь 2024
на канале: Java Inspires
2,511
24

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