ThymeLab v1.0.0
Pre-release
Pre-release
ThymeLab v1.0.0
Downloads
- thymelab-processor-1.0.0.jar: Standalone processor JAR
- thymelab-examples-1.0.0.zip: Template examples and resources
Running the Processor
Run the processor JAR with Java 17 or higher:
java -jar thymelab-processor-1.0.0.jar \
-Dserver.port=8080 \
-Dlogging.level.com.github.thkwag.thymelab=INFO \
-Dwatch.directory.templates=/path/to/templates \
-Dwatch.directory.thymeleaf-data=/path/to/thymelab/data \
-Dwatch.directory.static=/path/to/static
Note
The examples package contains template examples that can be used with ThymeLab Processor.
For configuration options, please refer to the documentation.