Spring Security1 [Spring Boot/RESTful] Spring Security를 이용한 로그인 [기본] dependency 추가 org.springframework.boot spring-boot-starter-security 1. 자동으로 생성되는 username, password를 이용 1) 기본 password 확인 dependency를 설정한 후, 어플리케이션을 실행하여 비밀번호를 확인해야 한다. (웹서버를 확인하기 위해 필요) 2) 웹 브라우저 요청 인증이 되어 있지 않다면 401 Unauthorized가 뜬다. 여기에서 username 값을 user로 해도 불러와지는 이유는 spring security의 기본 설정 때문이다. Spring Security 기본 설정 spring.security.user.name / spring.security.user.password를 지정하지 않으면 기본.. 2022. 2. 18. 이전 1 다음