BAEL-1388 Introduction to Java MSF4J Microservices (#4192)
* BAEL-1562 - Thymeleaf sample working * BAEL-1562 Code added for Fragments sample * BAEL-1562 - Last correction for the test * BAEL-1562 - Thymeleaf sample working * BAEL-1562 Code added for Fragments sample * BAEL-1562 - Last correction for the test * Updates Thymeleaf version to 3.0.9.RELEASE * Added msf4j projects * updated msf4j project folder * fixed issue with spring-thymeleaf/pom.xml * Removed depedency-reduced-pom.xml * Whitespacing fix
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
2efdeed00f
commit
a023f014d0
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Meals</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>Today's Meals</h1>
|
||||
{{#meals}}
|
||||
<div>{{name}}: {{price}}$ </div>
|
||||
{{/meals}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user