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

前端 未结 10 798
灰色年华
灰色年华 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条回答
  •  有刺的猬
    2020-12-01 08:08

    I am new to spring spent an hour trying to figure this out.

    go to --- > application.properties

    add these :

    spring.thymeleaf.prefix=classpath:/templates/
    spring.thymeleaf.suffix=.html
    

提交回复
热议问题