Hi, we found that security password was in the spring-boot logs whichi is unsafe. can you help to remove it for the code ? Thanks.
org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration.getOrDeducePassword(UserDetailsServiceAutoConfiguration.java:87)-->
Using generated security password: 88f86935-2cd0-47b4-a462-d1dea98eaa14
Comment From: wilkinsona
This is intentional. Please see the reference documentation. If you do not want a password to be generated and logged, you should either configure a password for the default user using the spring.security.user.password
property or you should provide your own security configuration.