I added one custom Security Config in my application on Spring Boot, but the message about \"Using default security password\" is still there in LOG file.
Is there a
Adding following in application.properties worked for me,
application.properties
security.basic.enabled=false
Remember to restart the application and check in the console.