使用thymeleaf的页面是不是必须要通过controller跳转,
我自己本地设置了static-locations中的目录,不用从controller跳转,就可以访问页面,但是thymeleaf不生效
是的,必须经过视图解析器。
js、css一般做成fragment引入页面。
不想单独写Controller的代码,你可以这样做:
非常感谢
阿西吧,这个thymeleaf感觉没jsp好用呀,唯一的好处好像就是可以直接在浏览器打开,引入模板没jsp好用,必须要经过controller也不好用,阿西吧,springboot为什么要用thymeleaf,准备放弃thymeleaf去学vue了
的确很垃圾,还不如jsp方便 页面跳转页面不经过controller无法获取css样式.....使用controller跳转就没事...很无语,还不如jsp