Freemarker配置全局变量

更新时间:2023-08-02 00:19:38 阅读: 评论:0

Freemarker配置全局变量1、重写freemarker配置
fig;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
常规化
slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import t.annotation.Configuration;
import org.springframework.web.rvlet.view.InternalResourceViewResolver;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
/
**
* 配置freemarker全局变量
*
* @author Zachary
* @date 2019-11-18 17:19
*/
@Slf4j
@Data
@Configuration
@NoArgsConstructor
@AllArgsConstructor
public class FreeMarkerConfig {
@Resource
plate.Configuration configuration;
private InternalResourceViewResolver resourceViewResolver;
// @Value("${ctx}")羊肉串的做法
// private String ctx;
@Value("${website.version}")
private String version;
/**
* Spring 初始化的时候加载配置
自制方便面*
* @throws Exception
*/
@PostConstruct
public void tConfigure()throws Exception {
大腿拉伤怎么办
// 加载html的资源路径
// configuration.tSharedVariable("ctx", ctx);
configuration.tSharedVariable("version", version);
}
}
2、编写⼀个.ftl页⾯读取配置
<!DOCTYPE html>
水晶功效
对祖国的寄语
<html lang="zh"th="www.thymeleaf"> <head>
缘交<meta chart="UTF-8">
<title>Title</title>
</head>
<body>
${version}
</body>
没有明天</html>
3、效果

本文发布于:2023-08-02 00:19:38,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1104904.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:配置   加载   羊肉串   自制   拉伤   水晶   祖国
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图