0

在我的 VPS 上访问页面时会出现问题,但在我的本地机器上它没有加载问题。

错误:

2021-01-10 22:57:19.998 ERROR 46 --- [nio-1059-exec-7] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-1059-exec-7] Exception processing template "player": Error resolving template [/player/general], template might not exist or might not be accessible by any of the configured Template Resolvers (template: "player" - line 94, col 18)
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/player/general], template might not exist or might not be accessible by any of the configured Template Resolvers (template: "player" - line 94, col 18)

代码:

<div th:replace="'/player/' + ${page} :: ${page}"></div>
4

0 回答 0