Error resolving template “index”, template might not exist or might not be accessible by any of the configured Template Resolvers

前端 未结 10 971
灰色年华
灰色年华 2020-12-01 07:28

This question has been asked before but I did not solve my problem and I getting some weird functionality.

If I put my index.html file in the static directory like s

10条回答
  •  萌比男神i
    2020-12-01 08:17

    this error probably is occurred most of the time due to missing closing tag. and further you can the following dependency to resolve this issue while supporting legacy HTML formate.

    as it your code charset="UTF-8"> here is no closing for meta tag.

    
    net.sourceforge.nekohtml
    nekohtml
    1.9.22                                 
    
    

提交回复
热议问题