
오픈 소스 보안 프레임워크
스프링 프레임워크를 기반으로 웹 애플리케이션의 인증(Authentication)과
권한 부여(Authorization)를 담당하는 기능을 제공한다.
build.gradle dependency에 추가
implementation 'org.springframework.boot:spring-boot-starter-security:3.1.0'
testImplementation 'org.springframework.security:spring-security-test:6.1.0'