我是Thymeleaf的新人。我在Spring Boot Project中使用。 我正在尝试渲染我的HTML页面lists.html,但它显示“列表”而不是页面。
我已经添加了对Maven的依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
但是,它不起作用......