728x90
500 에러 #SpringBoot #Thymeleaf #parsing
-
An error happened during template parsing 에러공부/SpringBoot & Spring 2022. 6. 17. 09:02
Caused by: org.attoparser.ParseException: Error during execution of processor 'org.thymeleaf.spring5.processor.SpringInputGeneralFieldTagProcessor' Caused by: java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'admin' available as request attribute 에러가 뜬다.. SpringBoot+Thymeleaf 환경에서 위와 같은 에러로 화면이 랜딩되지 않는 경우가 있다. 에러를 번역기 돌려보면 알겠지만 랜딩하려는 html 자원을 찾지 못해서 그런..