I have Spring Security in my pom.xml, and Spring Security is automatically configured with a default user and generated password:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
How do I change the default user and password?