CustomSecurityConfig ( 접근 권한 해제 ) > SPRING_DATA_JPA

본문 바로가기
사이트 내 전체검색

SPRING_DATA_JPA

CustomSecurityConfig ( 접근 권한 해제 )

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 90회 작성일 24-07-04 14:55

본문

package web.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.web.SecurityFilterChain;


import lombok.RequiredArgsConstructor;

import lombok.extern.log4j.Log4j2;


@Log4j2

@Configuration

@RequiredArgsConstructor

public class CustomSecurityConfig {


@Bean

public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {

log.info("-------시큐리티 해제-------");


return http.build();

}

}





[설명]

적용 저장 후 브라우저 새로 실행하면 로그인 처리 없이 실행 되는 것을 확인 할 수 있다.

filterChain() ​설정으로 모든 사용자가 모든 경로에 접근할 수 있게 된다.
 

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
317
어제
210
최대
10,760
전체
268,319
Copyright © dancePKT . All rights reserved.