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

SpringBoot进行web开发-引入thymeleaf

时间:2024-11-21 23:44:17

1、springboot内嵌使用tomcat服务器,所以默认的jsp页面语法不能使用。

SpringBoot进行web开发-引入thymeleaf

2、springboot默认是不支持静态页面的。springboot推荐使用Thymeleaf模板引擎。

SpringBoot进行web开发-引入thymeleaf

3、首先在pom.垓矗梅吒xml引入thymeleaf相关的依赖包。<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>

SpringBoot进行web开发-引入thymeleaf

4、如果我们需要使用更高版本的thymeleaf的版本,只需要在properties中设置版本属性即可。

SpringBoot进行web开发-引入thymeleaf

5、这样配置之后就可以覆盖我们springboot父类的thymeleaf属性配置。

SpringBoot进行web开发-引入thymeleaf

6、thymeleaf模板引擎的语法比freemarker和volicity模板引擎功能更强大,使用起来更加方便。

SpringBoot进行web开发-引入thymeleaf
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com