[#6253] Add a jOOQ / JPA example to GitHub

This commit is contained in:
lukaseder 2017-05-22 11:57:22 +02:00
parent d5018b53ee
commit 5d3c6ce9e9
2 changed files with 16 additions and 4 deletions

View File

@ -6,7 +6,13 @@ To install and run this example, simply check it out and run the following Maven
```
$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-javafx-example
$ cd jOOQ-examples/jOOQ-jpa-example-entities
...
$ mvn clean install
```
$ cd ../jOOQ-examples/jOOQ-jpa-example
...
$ mvn clean install
```
Note that the JPA-annotated entities need to be placed in a dependency of the example project

View File

@ -6,7 +6,13 @@ To install and run this example, simply check it out and run the following Maven
```
$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-javafx-example
$ cd jOOQ-examples/jOOQ-jpa-example-entities
...
$ mvn clean install
```
$ cd ../jOOQ-examples/jOOQ-jpa-example
...
$ mvn clean install
```
Note that the JPA-annotated entities need to be placed in a dependency of the example project