Spring Security1 [스프링부트] 시큐리티 설정 ('authorizeHttpRequests()' is deprecated and makred for removal) 실습 中 실제 인증 처리를 하는 시큐리티 설정 파일을 책을 보고 따라 작성했다. 1. 시큐리티 설정 수정 전 WebSecurityConfig.java package com.example.springbootBoard.config; import com.example.springbootBoard.service.UserDetailService; import lombok.RequiredArgsConstructor; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.Authe.. 2024. 3. 1. 이전 1 다음