[Spring Security] Cannot resolve method 'and' in 'HttpSecurity'
에러 메세지 Cannot resolve method 'and' in 'HttpSecurity' @Bean public SecurityFilterChain filterChain(HttpSecurity http) throws Exception { http .csrf().disable() .sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS) .and() .cors().configurationSource(corsConfigurationSource()).and() .authorizeRequests() .antMatchers("/api/v1/users/*").permitAll() .antMatchers("/api/v1/login")...
error log
2023. 3. 29. 17:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- dto 클래스 생성자
- jvm warm-up 전략
- bucket4j
- MongoDB
- redisson 분산락
- ChatGPT
- spring boot 3
- Spring Security
- 추상클래스
- junit5
- Git
- 배열
- FetchJoin
- 티스토리챌린지
- n+1
- Kotlin
- Linux
- Cannot construct instance of
- MultipleBagFetchException
- port
- checkout
- QueryDSL
- array
- 스프링오류
- 오블완
- Java
- JPA
- addFilterBefore
- 자바 어플리케이션 실행 과정
- 스프링 스케줄링
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함