gpt4 book ai didi

springboot整合freemarker详解

转载 作者:qq735679552 更新时间:2022-09-27 22:32:09 24 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章springboot整合freemarker详解由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.

前提:

开发工具:idea 。

框架:spring boot、maven 。

1、pom文件添加依赖 。

?
1
2
3
4
5
< dependency >
   < groupId >org.springframework.boot</ groupId >
   < artifactId >spring-boot-starter-freemarker</ artifactId >
   < version >1.4.1.RELEASE</ version >
</ dependency >

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

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

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

?
1
2
3
4
#设定ftl文件路径
spring.freemarker.template-loader-path=classpath:/templates
#设定静态文件路径,js,css等
spring.mvc.static-path-pattern=/static/**

controller跳转页面如下:

templates/action/list.ftl页面 。

  。

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我.

原文链接:http://www.cnblogs.com/nannan0226/p/6400273.html 。

最后此篇关于springboot整合freemarker详解的文章就讲到这里了,如果你想了解更多关于springboot整合freemarker详解的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com