如下图:

image.png
报错原因:下方static末尾少了个/
spring:
thymeleaf:
prefix: classpath:/static
suffix: .html
解决办法:添加/
spring:
thymeleaf:
prefix: classpath:/static/
suffix: .html
如下图:
报错原因:下方static末尾少了个/
spring:
thymeleaf:
prefix: classpath:/static
suffix: .html
解决办法:添加/
spring:
thymeleaf:
prefix: classpath:/static/
suffix: .html