728x90
2022-07-25 16:25:20.320 ERROR 9836 --- [nio-8080-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/thymeleaf/board/jpaBoardDetail.html]")] with root cause
org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'contents' cannot be found on object of type 'com.example.dandy.history.domain.board.Board' - maybe not public or not valid?
파싱에러
contents를 오타난 것
content로 바꾸니 해결
'error > java' 카테고리의 다른 글
[Error] @EnableFoeignClients 없을 시에 생기는 bean 에러 (0) | 2023.05.24 |
---|---|
An error happened during template parsing (template: "class (0) | 2022.07.26 |
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entity (0) | 2022.07.25 |
JSP 페이지 localhost에서 거부했습니다. (0) | 2022.07.20 |