SchemaCrawler - Thymeleaf Templating Example
Description
The command example demonstrates the integration of SchemaCrawler with Thymeleaf.
How to Setup
- Make sure that java is on your PATH
- Start a command shell in the
_downloader
directory - Run
download.cmd thymeleaf
(ordownload.sh thymeleaf
on Unix) to install Thymeleaf templating support
How to Run
- Make sure that java is on your PATH
- Start the test database server by following instructions in the
_testdb/README.html
file - Start a command shell in the
thymeleaf
example directory - Run
thymeleaf.cmd tables.vm
(orthymeleaf.sh tables.vm
on Unix)
How to Experiment
- Try modifying the thymeleaf template,
tables.thymeleaf
to modify the output produced.