We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6208b59 commit b6de853Copy full SHA for b6de853
README.md
@@ -8,6 +8,15 @@ Thymeleaf 2 version here (https://github.com/jpenren/thymeleaf-spring-data-diale
8
Usage
9
-----
10
11
+Maven dependency:
12
+```xml
13
+<dependency>
14
+ <groupId>io.github.jpenren</groupId>
15
+ <artifactId>thymeleaf-spring-data-dialect</artifactId>
16
+ <version>1.0.0.BETA02</version>
17
+</dependency>
18
+```
19
+
20
Add the Layout dialect to your existing Thymeleaf template engine:
21
22
```java
0 commit comments