1 Star 0 Fork 1

汪少棠/jpaTransactional

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
home.html 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
汪少棠 提交于 2022-04-09 14:20 +08:00 . Spring Boot 集成 Thymeleaf 快速入门
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head lang="en">
<meta charset="UTF-8">
<title>主页</title>
</head>
<body>
<h3>Spring Boot 集成 Thymeleaf 快速入门 </h3>
<!--Thymeleaf 语法取值-->
<p>姓名:<span th:text="${name}">未知</span></p>
<p>年龄:[[${age}]]</p>
<p>状态码:<span th:text="${code}"></span></p>
<p>消息:[[${msg}]]</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wangmx1993/jpa-transactional.git
git@gitee.com:wangmx1993/jpa-transactional.git
wangmx1993
jpa-transactional
jpaTransactional
master

搜索帮助