diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-13 17:27:05 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-13 17:27:05 +0530 |
| commit | fa880db84ec4507010a4d29b7cb0308f82553834 (patch) | |
| tree | b68bc07e241384d2d045bb3f585c9cb3b82b691c /spring-boot/07-thymeleaf-common-theme/README | |
| parent | 5ce49a5f1aa9455ebf59c3cbd856043508ca7902 (diff) | |
Added sample project 07-thymeleaf-common-theme
Diffstat (limited to 'spring-boot/07-thymeleaf-common-theme/README')
| -rw-r--r-- | spring-boot/07-thymeleaf-common-theme/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spring-boot/07-thymeleaf-common-theme/README b/spring-boot/07-thymeleaf-common-theme/README new file mode 100644 index 0000000..a84a5eb --- /dev/null +++ b/spring-boot/07-thymeleaf-common-theme/README @@ -0,0 +1,11 @@ +This sample project shows how to develop a web application that uses a common page layout. + +This project does not use the Thymeleaf Layout Dialect but follows the strategy mentioned in the article found at the given URL: + + https://www.wimdeblauwe.com/blog/2026/02/25/migrating-away-from-thymeleaf-layout-dialect/ + +A minor modification has been done to the approach mentioned in that article with respect to setting the title of the page. + +To run with support for hot swap during development, use the dev profile as follows: + + mvn spring-boot:run -Dspring-boot.run.profiles=dev |
