IDEA 新配置一个 Thymeleaf Template 文件

找到 Editor->File and Code Templates,

1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en" xmlns:th="https://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>#[[$Title$]]#</title>
</head>
<body>
#[[$END$]]#
</body>
</html>

添加完成后,我们来检查一下,发现添加成功


IDEA 新配置一个 Thymeleaf Template 文件
http://fanlumaster.github.io/2021/07/14/IDEA-新配置一个-Thymeleaf-Template-文件/
作者
fanlumaster
发布于
2021年7月14日
许可协议