카테고리 없음

spring security default username / password

가는가래 2024. 2. 11. 21:57

spring security 를 사용하기 위해서 library를 추가하였을 경우 spring security가 자동으로 적용 된다.

config설정을 추가하지 않을 경우 spring boot restart를 할경우 password가 매번 생성 된다. (console에 아래와 같이 생성)

 

Using generated security password: xxxxx-xxxxx-xxxxx-xxxxx

This generated password is for development use only. Your security configuration must be updated before running your application in production.

 

 

위에 생성된 password를 가지고 로그인 하면 됨.

 

username : user

password : 생성 된 password