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.
It didn't work for me when I excluded SecurityAutoConfiguration using @SpringBootApplication annotation, but did work when I excluded it in @EnableAutoConfiguration: