From 438e7cbd424f42dd93f199dea4e13309109ca21a Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 30 May 2014 08:40:25 +0200 Subject: [PATCH] Update and rename README.txt to README.md --- .../jOOQ-spring-guice-example/README.md | 23 +++++++++++++++++++ .../jOOQ-spring-guice-example/README.txt | 8 ------- 2 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 jOOQ-examples/jOOQ-spring-guice-example/README.md delete mode 100644 jOOQ-examples/jOOQ-spring-guice-example/README.txt diff --git a/jOOQ-examples/jOOQ-spring-guice-example/README.md b/jOOQ-examples/jOOQ-spring-guice-example/README.md new file mode 100644 index 0000000000..9248bb27e0 --- /dev/null +++ b/jOOQ-examples/jOOQ-spring-guice-example/README.md @@ -0,0 +1,23 @@ +Thanks for downloading jOOQ. +Please visit http://www.jooq.org for more information. + +This example was inspired by Marcin's nice blog post: +http://blog.uws.ie/2013/04/using-jooq-with-spring-transactions/ + +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: + +``` +$ pwd +/path/to/checkout/dir +$ ls +jOOQ jOOQ-meta jOOQ-codegen ... +$ mvn clean install +... +$ cd jOOQ-examples/jOOQ-spring-example +... +$ mvn clean install +``` diff --git a/jOOQ-examples/jOOQ-spring-guice-example/README.txt b/jOOQ-examples/jOOQ-spring-guice-example/README.txt deleted file mode 100644 index 2b4e1effb5..0000000000 --- a/jOOQ-examples/jOOQ-spring-guice-example/README.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thanks for downloading jOOQ. -Please visit http://www.jooq.org for more information. - -This example was inspired by Marcin's nice blog post: -http://blog.uws.ie/2013/04/using-jooq-with-spring-transactions/ - -And by this jOOQ User Group thread here: -https://groups.google.com/forum/#!topic/jooq-user/L9lqjxXxv5s \ No newline at end of file