feat: simple dev.sh script to launch development environment
This commit is contained in:
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
||||
public class HomeController {
|
||||
@GetMapping("/")
|
||||
public String home(Model model) {
|
||||
model.addAttribute("message", "Hello Thymeleaf!");
|
||||
model.addAttribute("message", "Hello Thymeleaf!xxx");
|
||||
return "home";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bg-red-200" th:text="${message}">Placeholder message</h1>
|
||||
<p>Test x</p>
|
||||
<p>Test 2</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user