SchemaCrawler - Thymeleaf Templating Example

Description

The command example demonstrates the integration of SchemaCrawler with Thymeleaf.

How to Setup

  1. Make sure that java is on your PATH
  2. Start a command shell in the _downloader directory
  3. Run download.cmd thymeleaf (or download.sh thymeleaf on Unix) to install Thymeleaf templating support

How to Run

  1. Make sure that java is on your PATH
  2. Start the test database server by following instructions in the _testdb/README.html file
  3. Start a command shell in the thymeleaf example directory
  4. Run thymeleaf.cmd tables.vm (or thymeleaf.sh tables.vm on Unix)

How to Experiment

  1. Try modifying the thymeleaf template, tables.thymeleaf to modify the output produced.