Fixed readme
This commit is contained in:
parent
a80bec8211
commit
d1a40f144b
@ -1,16 +1,12 @@
|
||||
Thanks for downloading jOOQ.
|
||||
Please visit http://www.jooq.org for more information.
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-flyway-example
|
||||
...
|
||||
$ mvn clean install
|
||||
```
|
||||
```
|
||||
@ -1,15 +1,11 @@
|
||||
Thanks for downloading jOOQ.
|
||||
Please visit http://www.jooq.org for more information.
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-javaee-example
|
||||
...
|
||||
$ mvn clean install
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
Thanks for downloading jOOQ.
|
||||
Please visit http://www.jooq.org for more information.
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-javafx-example
|
||||
...
|
||||
$ mvn clean install
|
||||
|
||||
@ -1,16 +1,12 @@
|
||||
Thanks for downloading jOOQ.
|
||||
Please visit http://www.jooq.org for more information.
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-nashorn-example
|
||||
...
|
||||
$ mvn clean install
|
||||
```
|
||||
```
|
||||
@ -1,9 +1,11 @@
|
||||
Thanks for downloading jOOQ.
|
||||
Please visit http://www.jooq.org for more information.
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ cd jOOQ-examples/jOOQ-spark-example
|
||||
...
|
||||
$ mvn clean install
|
||||
|
||||
@ -4,15 +4,11 @@ Please visit http://www.jooq.org for more information.
|
||||
This example was inspired by Petri Kainulainen's excellent blog post:
|
||||
http://www.petrikainulainen.net/programming/jooq/using-jooq-with-spring-configuration/
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-spring-example
|
||||
...
|
||||
$ mvn clean install
|
||||
|
||||
@ -8,16 +8,12 @@ And by this jOOQ User Group thread here:
|
||||
https://groups.google.com/forum/#!topic/jooq-user/L9lqjxXxv5s
|
||||
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-spring-example
|
||||
$ cd jOOQ-examples/jOOQ-spring-guice-example
|
||||
...
|
||||
$ mvn clean install
|
||||
```
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
Thanks for downloading jOOQ.
|
||||
Please visit http://www.jooq.org for more information.
|
||||
|
||||
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
|
||||
To install and run this example, simply check it out and run the following Maven command
|
||||
|
||||
```
|
||||
$ pwd
|
||||
/path/to/checkout/dir
|
||||
$ ls
|
||||
jOOQ jOOQ-meta jOOQ-codegen ...
|
||||
$ mvn clean install
|
||||
...
|
||||
$ cd jOOQ-examples/jOOQ-vertabelo-example
|
||||
...
|
||||
$ mvn clean install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user