Notice
Recent Posts
Link
Tags
- spring mvc
- PYTHON
- select
- springboot
- AWS
- spring security 6
- 스프링
- join
- mysql
- static
- 데이터베이스
- 1차원 배열
- spring boot
- ORM
- 자바
- spring
- java
- hibernate
- Django
- jpa
- 문자열
- DI
- 스프링부트
- nginx
- Docker
- SSL
- @transactional
- string
- 프로그래머스
- sql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
목록스프링 시큐리티 (1)
개발하는 자몽

@EnableWebSecurity? @EnableWebSecurity는 URL이 스프링 시큐리티의 제어를 받도록 만드는 어노테이션이다. @EnableWebSecurity 어노테이션을 사용하면 내부적으로 SpringSecurityFilterChain이 동작하여 URL 필터가 적용된다. 스프링 시큐리티의 세부 설정은 SecurityFilterChain 빈을 생성하여 설정할 수 있다. 공식문서에서는 아래와 같이 설명하고 있다. Add this annotation to an @Configuration class to have the Spring Security configuration defined in any WebSecurityConfigurer or more likely by exposing a Secur..
Java & Kotlin/Spring
2022. 12. 30. 23:18