
[개발 일기] 2025.05.27 - Security Password 가 뭐지
·
개발 일기
💡 개요 Spring Boot에서 Spring Security을 적용하고 실행하면 아래와 같은 로그가 뜬다. Using generated security password: a2225d7b-5164-4477-abb2-81bd9faf14a9This generated password is for development use only. Your security configuration must be updated before running your application in production. 이게 뭔 말이고 🛠️ Security Password Spring Security 프레임워크를 프로젝트에 설치하면 자동으로 로그인 폼을 만들어준다. localhost:8080 으로 접속하면 자동으로 /logi..