🍀Spring/Security

스프링 실습을 하다 시큐리티부분이 궁금해져서 적어두게 되었다. 1. SecurityConfig 클래스이 클래스는 Spring Security의 주요 설정을 담당합니다.package com.shop.config;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.security.config.annotation.web.builders.HttpSecurity;import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;..
말동말동현
'🍀Spring/Security' 카테고리의 글 목록