본문 바로가기

개발/TIL :: Today I Learned

Spring Security Config 관련 (Youtube 개발자 유미님 강의 참고) - 작성중

특정 경로에 요청을 진행하고 싶을 때

: requestMatchers 사용하기

 

ex)

@Bean

public SecurityFilterChain filterChain(HttpSecurity http) throws Exception{

 

'개발 > TIL :: Today I Learned' 카테고리의 다른 글

Elasticsearch 와 루씬, RDBMS  (0) 2024.09.04
ElasticSearch _ 작성 중  (0) 2024.09.03
MVC 패턴  (1) 2024.08.09
깃 브랜치 별로 다른 로컬 폴더 만들기  (0) 2024.08.04
AWS EC2 배포 실습  (0) 2024.06.28