Tanguy Herbron dd548250d7 TP POO
TP5 POO
- Spring
- JPA
- Hibernate
- H2
- Spring Data
- Thymeleaf
2018-11-26 17:42:32 +01:00

11 lines
289 B
HTML

<!DOCTYPE HTML>
<html xmlns:th="http :// www.thymeleaf.org">
<head>
<title>Blog</title>
<meta http-equiv="Content -Type" content="text/html;
charset=UTF-8" />
</head>
<body>
<p th:text="'Bonjour ' + ${nomTemplate} + ' !'" />
</body>
</html>