반응형
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
- SQL vs PL/SQL
- The JAVA_HOME environment variable is not defined correctly
- ExecuteUpdate()
- 프로그래머스 #코딩테스트 #입문 #lv.0 #나머지구하기
- mariadb migration
- Bandit Level 7 → Level 8
- migration 작업순서
- linux uniq -u
- aws ec2 putty 연결
- wargame bandit7
- commit 안찍힐 때
- Springboot WebPage 배포
- executeUpdate() commit
- 톰캣 독립실행
- aws ec2 window
- 톰캣 실행 에러
- linux grep
- linux'|'
- var 와 let의 차이점
- EC2 인스턴스 생성하기
- gradle 배포
- 마이그레이션 작업순서
- 개발자 면접 질문
- banditlevel8
- oracle commit
- AWS회원가입
- Thymeleaf 오류#Thymeleaf Exception processing template ""
- mysql migration
- Bandit Level 8 → Level 9
- 코딩일기
Archives
- Today
- Total
"코딩세끼"
Thymeleaf 오류(Exception processing template "") 본문
반응형
오류명 : THYMELEAF][http-nio-8080-exec-1] Exception processing template "managerHome": Error resolving template [managerHome], template might not exist or might not be accessible by any of the configured Template Resolvers
왜 이런일이 벌어지나 했더니 . . .
application.properties 에 이렇게 설정 해놓고
spring.thymeleaf.prefix=classpath:/templates
실제 파일경로는 이렇게 짜두어서 html 폴더를 못찾아 갔더랬다 . . .
spring.thymeleaf.prefix=classpath:/templates/html/
혹시 저와 같은 에러가 뜨시는 분 계시면 경로 확인 해보세요~
열공하세요~!!
반응형