- The absolute uri: [http://www.springframework.org/security/tags] cannot be resolved in either web.xml or the jar files deployed with this application2024년 12월 10일
- chantleman
- 작성자
- 2024.12.10.:43
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>로그인 안했을때 따로 처리 해주기 위해
아래처럼 sec 태그립을 사용했당
<sec:authorize access="isAnonymous()"> <div class="user-panel mt-3 pb-3 mb-3 d-flex"> <div class="image"> <img src="/adminlte/dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> </div> <div class="info"> <a href="#" class="d-block">Alexander Pierce</a> </div> </div> </sec:authorize>아래와 같은 에러가 뜬당!
The absolute uri: [http://www.springframework.org/security/tags] cannot be resolved in either web.xml or the jar files deployed with this application
maven repository에 들어가서
https://mvnrepository.com/artifact/org.springframework.security/spring-security-taglibs/6.4.1
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-taglibs --> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-taglibs</artifactId> <version>6.4.1</version> </dependency>pom.xml에 위 코드 추가하면 된당
728x90'오류' 카테고리의 다른 글
some of selected resources were not cleaned / some resources were not updated (0) 2025.01.04 Mybatis xml 에러. The content of elements must consist of well-formed character data or markup. [MarkupNotRecognizedInContent] (0) 2024.11.22 docker desktop - unexpected wsl error (0) 2024.09.20 역슬래시 replace (1) 2024.08.13 timestamp에러 (0) 2024.08.02 다음글이전글이전 글이 없습니다.댓글
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)