Skip to content

ThymeLab v1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 12:26
· 1 commit to master since this release

ThymeLab v1.0.2

📥 Downloads

  • 📦 thymelab-processor-1.0.2.jar: Standalone processor JAR
  • 📚 thymelab-examples-1.0.2.zip: Template examples and resources

🚀 Quick Start

java -jar thymelab-processor-1.0.2.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.

📝 What's Changed

  • Update Thymeleaf templates to use dynamic title and description variables
  • Refactor versioning to use external properties file

Full Changelog: v1.0.1...v1.0.2