Thymeleaf Integration 🍃
⚠️ Work in Progress
This feature is not yet available. Please check back later for updates.
The JaVite Thymeleaf dialect allows you to use Vite in your Java web application with Thymeleaf templates. Ensure you have configured the dialect in your Spring configuration.
Installation
groovy
dependencies {
implementation 'com.javite:javite-webmvc:0.1.6'
}
kotlin
dependencies {
implementation("com.javite:javite-webmvc:0.1.6")
}
xml
<dependency>
<groupId>com.javite</groupId>
<artifactId>javite-webmvc</artifactId>
<version>0.1.6</version>
</dependency>