BAEL-4225 Thymeleaf Variables
This commit is contained in:
parent
5b591b27b9
commit
6c88ec6a6c
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue