Skip to content

mpsgit/JOOQTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOOQTest

You will need the latest jdbc driver ojdbc7.jar

<dependency>
  <artifactId>com.avon</artifactId>
  <groupId>ojdbc7</groupId>
  <version>1.0-SNAPSHOT</version>
  <scope>system</scope>
  <systemPath><!-- CHANGE THIS! -->/ojdbc7.jar</systemPath>
</dependency>

I'm using:

<dependency>
            <groupId>org.jooq.trial</groupId>
            <artifactId>jooq</artifactId>
            <version>3.7.2</version>
</dependency>

and the trial needs JAVA 8...

to run the test:

mvn install

to generate the code (not needed):

install -Dmaven.test.skip=true

and in the profiles line (just next line in IDEA):

generation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages