spring init --dependencies=web,thymeleaf,devtools --package-name de.synyx.cl.learning.spring.thymeleaf Service
- Anleitung: https://www.baeldung.com/maven-webjars
- Richtiges raus suchen: https://www.webjars.org/
- Bootstrap - Anleitung: https://getbootstrap.com/docs/5.1/getting-started/introduction/
- Spring-Boot Beispiel: https://spring.io/blog/2021/12/17/client-side-development-with-spring-boot-applications
- Webjars-Example: https://github.com/webjars/sample-spring_boot
- Grid-Layout-Anleitung: https://getbootstrap.com/docs/5.1/layout/grid/
- Flex-Box-Anleitung: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-background
- thymeleaf/thymeleaf#809
- mehr Details: thymeleaf/thymeleaf#816 (comment)
- Fehler sollte mit thymeleaf version 3.0.12 auftreten
- aber nur in th:attr nicht in th:text
- möglicher Workaround eigener Dialekt
cd Service
mvn spring-boot:run
browser http://localhost:8080/examples/restrictedAccessThymeleafExample
- StandardExpressionExecutionContext