[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
- 자바 어플리케이션 실행 과정
- 스프링오류
- Kotlin
- addFilterBefore
- bucket4j
- Spring Security
- Cannot construct instance of
- JPA
- FetchJoin
- Linux
- spring boot 3
- Java
- n+1
- Git
- jvm warm-up 전략
- ChatGPT
- port
- dto 클래스 생성자
- MultipleBagFetchException
- 스프링 스케줄링
- 티스토리챌린지
- QueryDSL
- MongoDB
- array
- redisson 분산락
- junit5
- 추상클래스
- checkout
- 오블완
- 배열
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함