springboot整合freemarker详解

网友投稿 254 2023-05-14


springboot整合freemarker详解

前提:

开发工具:idea

框架:spring boot、maven

1、pom文件添加依赖

org.springframework.boot

spring-boot-starter-freemarker

1.4http://.1.RELEASE

2、新建spring web项目,会自动生成application.properties.

使用application.properties配置文件之后,spring boot启动时,会自动把配置信息读取到spring容器中,并覆盖spring boot的默认配置。

3、在配置文件中,设置以下两个参数

#设定ftl文件路径

spring.freemarker.template-loader-path=classpath:/templates

#设定静态文件路径,js,css等

spring.mvc.static-path-pattern=/static/**

controller跳转页面如下:

templates/action/list.ftl页面


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:BootStrap表单验证 FormValidation 调整反馈图标位置的实例代码
下一篇:实现接口 快捷键(实现接口 快捷键的命令是)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~