Releases: thkwag/thymelab
Releases · thkwag/thymelab
ThymeLab v1.0.2
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
ThymeLab v1.0.1
ThymeLab v1.0.1
Downloads
- thymelab-processor-1.0.1.jar: Standalone processor JAR
- thymelab-examples-1.0.1.zip: Template examples and resources
Running the Processor
Run the processor JAR with Java 17 or higher:
java -jar thymelab-processor-1.0.1.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.
What's Changed
ThymeLab v1.0.0
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.