해결되지 않은 메시지 리소스 키를 보고합니다.

예:


<html xmlns:th="https://www.thymeleaf.org">
 <body>
    <h1 th:text="#{welcome.unknown}">Hallo, World</h1> <!-- 프로퍼티 키를 해결할 수 없습니다  -->
 </body>
</html>