springboot2.x集成thymeleaf

2024-11-04 01:36:31

1、使用eclipse的sts工具,创建springboot项目并勾选web依赖和thymeleaf依赖

springboot2.x集成thymeleafspringboot2.x集成thymeleafspringboot2.x集成thymeleaf

2、eclipse在创建springboot2.1.6项目时,pom文件会报错。需要调整pom文件中的依赖。添加标出的东西后,重新更新项目即可

springboot2.x集成thymeleafspringboot2.x集成thymeleaf

3、编写控制器controller

springboot2.x集成thymeleaf

4、springmvc不再赘述。上一步中标出的返回值路径,默认在项目的templates文件夹下

springboot2.x集成thymeleaf

5、编写前端页面。注意,一定要写入thymeleaf的声明

springboot2.x集成thymeleaf

6、thymeleaf默认是开启缓存的,所以有的时候当我们改了页面以后也不会立即展示新改的,所以需要关闭缓存

springboot2.x集成thymeleaf

7、启动项目,访问页面看看.当 name和age有值的时候,会覆盖掉那两个未知。具体语法可以查看th鲻戟缒男ymeleaf官网

springboot2.x集成thymeleaf
猜你喜欢