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
- 명령어
- Javascript
- 오블완
- 트랜잭션
- 호이스팅
- IntelliJ
- 자바
- oracle
- analytics4
- 리눅스
- github
- 티스토리챌린지
- pandas
- docker
- Python
- DBMS
- spring
- java
- git
- mssql
- SQL
- PostgreSQL
- rsync
- mysql
- 추상클래스
- Linux
- MongoDB
- JPA
- group by
- MariaDB
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 |