일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 설정
- spring
- 자바
- ORA-02292
- jsp
- ORA-01407
- 티스토리 블로그
- MSI
- 공부
- Ajax
- 깃허브 블로그
- 오류
- Oracle
- 순환문
- 환경설정
- 백준
- 백준문제
- while
- 별 찍기
- 이클립스
- 파워서플라이
- 이클립스단축기
- 오라클
- 스프링
- 백준문제풀이
- for문
- 전화번호부
- 무결성 제약조건
- 인터페이스
- 오류모음
Archives
- Today
- Total
danDevlog
org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method isAunthenticated() cannot be found on type org.springframework.security.web.access.expression.WebSecurityExpressionRoot 본문
오류 및 편의성 모음
org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method isAunthenticated() cannot be found on type org.springframework.security.web.access.expression.WebSecurityExpressionRoot
단데기이 2022. 5. 8. 11:00728x90
이는 isAuthenticated를 isAunthen 이라고 오타를 발생하여 생긴 오류이다.
'오류 및 편의성 모음' 카테고리의 다른 글
Comments