BAEL-4225 Thymeleaf Variables
This commit is contained in:
parent
c0b7dc928a
commit
5b591b27b9
@ -20,18 +20,18 @@ public class ArticlesController {
|
|||||||
|
|
||||||
private List<Article> fetchArticles() {
|
private List<Article> fetchArticles() {
|
||||||
return Arrays.asList(
|
return Arrays.asList(
|
||||||
new Article(
|
new Article(
|
||||||
"Introduction to Using Thymeleaf in Spring",
|
"Introduction to Using Thymeleaf in Spring",
|
||||||
"https://www.baeldung.com/thymeleaf-in-spring-mvc"
|
"https://www.baeldung.com/thymeleaf-in-spring-mvc"
|
||||||
),
|
),
|
||||||
new Article(
|
new Article(
|
||||||
"Spring Boot CRUD Application with Thymeleaf",
|
"Spring Boot CRUD Application with Thymeleaf",
|
||||||
"https://www.baeldung.com/spring-boot-crud-thymeleaf"
|
"https://www.baeldung.com/spring-boot-crud-thymeleaf"
|
||||||
),
|
),
|
||||||
new Article(
|
new Article(
|
||||||
"Spring MVC Data and Thymeleaf",
|
"Spring MVC Data and Thymeleaf",
|
||||||
"https://www.baeldung.com/spring-mvc-thymeleaf-data"
|
"https://www.baeldung.com/spring-mvc-thymeleaf-data"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user