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
- 인프런백기선
- SQL쿡북
- 인덱스
- MariaDB
- DDD
- 이팩티브 자바
- vue.js
- AWS
- 이펙티브자바
- aop
- 알고리즘분석
- 네트워크
- mysql
- 이펙티브 자바
- 도메인 주도 개발 시작하기
- CleanCode
- 알고리즘
- 기술면접
- 인프런김영한
- 자바
- 자료구조
- 자바스터디
- jpa
- 클린코드
- 스프링부트와AWS로혼자구현하는웹서비스
- java
- react
- 자바예외
- AWS RDS
- 혼공SQL
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