CustomSecurityConfig
페이지 정보
작성자 관리자 작성일 24-07-04 14:21 조회 74 댓글 0본문
package web.config;
import org.springframework.context.annotation.Configuration;
import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
@Log4j2
@Configuration
@RequiredArgsConstructor
public class CustomSecurityConfig {
}
[설명]
application.properties를 이용하는 설정보다 코드를 이용해서 설정을 조정하는 경우가 더 많다.
클래스를 생성 이용하자.
댓글목록 0
등록된 댓글이 없습니다.