我的pom.xml中有Spring Security,Spring Security自动配置了默认用户和生成的密码:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>
如何更改默认用户和密码?
java spring spring-boot
java ×1
spring ×1
spring-boot ×1