250x250
    
    
  
                              Notice
                              
                          
                        
                          
                          
                            Recent Posts
                            
                        
                          
                          
                            Recent Comments
                            
                        
                          
                          
                            Link
                            
                        
                    | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
                            Tags
                            
                        
                          
                          - 자바
 - 인프런김영한
 - 이펙티브 자바
 - 인프런백기선
 - 도메인 주도 개발 시작하기
 - AWS
 - react
 - CleanCode
 - 자료구조
 - 이팩티브 자바
 - jpa
 - java
 - MariaDB
 - vue.js
 - mysql
 - AWS RDS
 - 기술면접
 - 자바스터디
 - 이펙티브자바
 - 네트워크
 - 클린코드
 - 인덱스
 - 스프링부트와AWS로혼자구현하는웹서비스
 - 혼공SQL
 - 알고리즘분석
 - DDD
 - SQL쿡북
 - 알고리즘
 - aop
 - 자바예외
 
                            Archives
                            
                        
                          
                          - Today
 
- Total
 
목록WebSecurityConfigurerAdapter (1)
기록이 힘이다.
      
      
        WebSecurityConfigurerAdapter 대체 SecurityFilterChain
        
  
  
        
    
            
            
            
            
            
            
              
            
          Deprecated. Use a SecurityFilterChain Bean to configure HttpSecurity or a WebSecurityCustomizer Bean to configure WebSecurity @RequiredArgsConstructor @EnableWebSecurity //spring security 설정들을 활성화 public class SecurityConfig{ private final CustomOAuth2UserService customOAuth2UserService; @Bean public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { http .csrf().disab..
        SpringBoot
        
        2023. 7. 7. 20:22