- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}# spring_thymeleaf
spring init --dependencies=web,thymeleaf,devtools --package-name de.synyx.cl.learning.spring.thymeleaf Service
restricted access unter Thymeleaf
- thymeleaf/thymeleaf#809
- 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