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
- 컬렉션프레임워크
- DBMS
- git pat
- IntelliJ
- docker
- 도커이미지
- macvlan
- db종류
- JPA
- ANTIFRAGILE
- docker build
- 자바
- codeium
- 데이터내보내기
- 오블완
- gtihub
- 르세라핌
- docker push
- 애널리틱스4
- java
- 명령어
- Python
- analytics4
- git branch 삭제
- pat발급
- 11월순위
- spring
- 티스토리챌린지
- JPQL
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 |