dashboard
repositories
filestore
activity
search
login
admin
/
kidgrow-microservices-platform
forked from
kidgrow-microservices-platform
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.修改医院状态,删除医院功能 2.增加字典按分类查询下拉框通用控件 3.增加自动完成控件(未完成) 4.修改字典展示数据的字段 5.部门数据增加按照...
侯瑞军
2020-04-15
ec91ffc8e7fa8c2cf455b71765166f8f0f749247
[~admin/kidgrow-microservices-platform.git]
/
kidgrow-plugin
/
kidgrow-plugin-email
/
src
/
main
/
resources
/
templates
/
emailTemplate.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8"/>
<title>Title</title>
</head>
<body>
<p th:text="'尊敬的 ' + ${user} + '用户:'"></p>
<p th:text=" '恭喜您注册成为'+${web}+'网的用户,同时感谢您对'+${company}+'的关注与支持并欢迎您使用'+${product}+'的产品与服务。'"></p>
</body>
</html>