网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

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
© 2025 阿力知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com