BAEL-4225 Thymeleaf Variables

This commit is contained in:
Krzysztof Majewski 2020-11-20 07:40:43 +01:00
parent 5b591b27b9
commit 6c88ec6a6c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class ArticlesController {
private List<Article> fetchArticles() {
return Arrays.asList(
new Article(
"Introduction to Using Thymeleaf in Spring",
"Introduction to Using Thymeleaf in Spring",
"https://www.baeldung.com/thymeleaf-in-spring-mvc"
),
new Article(