• 티스토리 홈
  • 프로필사진
    chantleman
  • 방명록
  • 공지사항
  • 태그
  • 블로그 관리
  • 글 작성
chantleman
  • 프로필사진
    chantleman
    • 분류 전체보기 (326)
      • 프로젝트 (1)
      • react (2)
      • 코딩테스트 (133)
        • lv0 (101)
        • lv1 (10)
        • lv2 (7)
        • lv3 (15)
      • 오류 (11)
      • 리눅스 (2)
      • 닷넷 (1)
      • 자바 (67)
        • spring (7)
      • js (38)
      • 오라클 (40)
        • PLSQL (4)
      • cs (7)
      • 도커 aws (3)
      • 단축키 (3)
      • 나만봐 (0)
  • 방문자 수
    • 전체:
    • 오늘:
    • 어제:
  • 최근 댓글
      등록된 댓글이 없습니다.
    • 최근 공지
        등록된 공지가 없습니다.
      # Home
      # 공지사항
      #
      # 태그
      # 검색결과
      # 방명록
      • The absolute uri: [http://www.springframework.org/security/tags] cannot be resolved in either web.xml or the jar files deployed with this application
        2024년 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일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)
      목차
      표시할 목차가 없습니다.
        • 안녕하세요
        • 감사해요
        • 잘있어요

        티스토리툴바