使用thymeleaf的页面是不是必须要通过controller跳转,
我自己本地设置了static-locations中的目录,不用从controller跳转,就可以访问页面,但是thymeleaf不生效
标签:
使用thymeleaf的页面是不是必须要通过controller跳转,
我自己本地设置了static-locations中的目录,不用从controller跳转,就可以访问页面,但是thymeleaf不生效
是的,必须经过视图解析器。
js、css一般做成fragment引入页面。
不想单独写Controller的代码,你可以这样做: