Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.8 to 42.2.25. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.8...REL42.2.25) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| pom.xml | ||
| README.md | ||
Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.
Description
This example uses
- Flyway for database installation
- Spark Java as a web server
- chart.js as an HTML5 charting library
- jOOQ for reporting
The whole thing then looks like this:
Installation
To install and run this example, simply check it out and follow these steps
- Create a "Sakila" database on your PostgreSQL instance
- Edit src/main/resources/config.properties and configure your database instance
- Run the following commands
$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-spark-chart-example
...
$ mvn clean install
...
