Thymeleaf要怎么放置?

Thymeleaf html页面放在src/main/resources/templates 目录下可以访问,但是在templates下新建一个文件夹则不能访问即src/main/resources/templates/html下不能访问?请问这是为什么?

图片说明
**是否配置了thymeleaf

返回url路径的时候是否加上了全路径
例如:
有一个html文件叫 room.html
它的路径是 /templates/test/room.html
如果你跟我图片中配置的一样
那么你返回的时候需要返回 /test/room