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