Skip to content

ThymeLab v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thkwag thkwag released this 30 Dec 05:42
· 9 commits to master since this 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.