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 | 31 |
Tags
- IntelliJ
- iBatis
- mssql
- Javascript
- pandas
- 오블완
- docker
- 명령어
- error
- git
- 자바
- SQL
- oracle
- 리눅스
- 쉘스크립트
- Python
- 티스토리챌린지
- 네트워크
- PostgreSQL
- mysql
- Linux
- MariaDB
- Kibana
- github
- 독서
- 후기
- spring
- DBMS
- java
- network
Archives
- Today
- Total
hanker
No bean named 'springSecurityFilterChain' is defined 에러 본문
SPRING/SPRING-ERROR
No bean named 'springSecurityFilterChain' is defined 에러
hanker 2020. 8. 18. 10:23반응형
서버 실행 시 No bean named 'springSecurityFilterChain' is defined 오류가 뜨면
1. web.xml 확인
- contextConfigLocation의 <param-value> security-context.xml 설정 확인.
2. security-context.xml 확인
- http 요소가 있는지 확인
반응형
'SPRING > SPRING-ERROR' 카테고리의 다른 글
Spring - pom.xml 첫 줄 에러 (0) | 2021.01.12 |
---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean 에러 (0) | 2021.01.08 |
Can not find the tag library descriptor for "http://www.springframework.org/security/tags" (0) | 2020.10.26 |
Invalid message received with signature ... (0) | 2020.10.26 |
SPRING - 405 Error (0) | 2020.09.20 |