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 |
Tags
- mysql
- 명령어
- SQL
- 티스토리챌린지
- IntelliJ
- spring
- oracle
- Javascript
- Python
- pem
- analytics4
- docker
- java
- iBatis
- github
- mssql
- 호이스팅
- MariaDB
- springboot
- DBMS
- git
- 오블완
- Linux
- 자바
- isNotEmpty
- pandas
- Kibana
- PostgreSQL
- 리눅스
- 404error
Archives
- Today
- Total
hanker
Can not find the tag library descriptor for "http://www.springframework.org/security/tags" 본문
SPRING/SPRING-ERROR
Can not find the tag library descriptor for "http://www.springframework.org/security/tags"
hanker 2020. 10. 26. 11:55반응형
프로젝트 진행 중 security/tags 를 인식을 못했다.
pom.xml 에 security taglib을 등록 안해서 뜬 에러였다.
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<version>4.2.4.RELEASE</version>
</dependency>
등록 후 오류 없어짐
반응형
'SPRING > SPRING-ERROR' 카테고리의 다른 글
Spring - pom.xml 첫 줄 에러 (0) | 2021.01.12 |
---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean 에러 (0) | 2021.01.08 |
Invalid message received with signature ... (0) | 2020.10.26 |
SPRING - 405 Error (0) | 2020.09.20 |
No bean named 'springSecurityFilterChain' is defined 에러 (0) | 2020.08.18 |