无法从URL调用Thymeleaf HTML页面

时间:2018-01-26 19:39:16

标签: spring-boot thymeleaf

我是Thymeleaf的新人。我在Spring Boot Project中使用。 我正在尝试渲染我的HTML页面lists.html,但它显示“列表”而不是页面。

我已经添加了对Maven的依赖

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

但是,它不起作用......

enter image description here enter image description here

0 个答案:

没有答案