BAEL-4225 Thymeleaf Variables

This commit is contained in:
Krzysztof Majewski 2020-11-20 07:41:01 +01:00
parent 6c88ec6a6c
commit a329743e7b
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ public class ArticlesController {
"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"
new Article(
"Spring Boot CRUD Application with Thymeleaf",
"https://www.baeldung.com/spring-boot-crud-thymeleaf"
),
new Article(
"Spring MVC Data and Thymeleaf",