인메모리사용자

의존성 추가 📁 maven - pom.xml org.springframework.boot spring-boot-starter-security org.springframework.security spring-security-test test 📁 gradle - build.gradle implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.security:spring-security-test' 의존성을 추가해준 뒤 포스트맨으로 조회 요청을 하면 다음과 같이 401 Unauthorized라고 권한 오류가 발생한다. security가 생성해주는 password 사용하기 로그에서..
an2z
'인메모리사용자' 태그의 글 목록