[#4214] Add jOOQ-meta-extensions artefact to group JPADatabase, VertabeloDatabase and others
This commit is contained in:
parent
06f65f003c
commit
e0823ae58e
@ -27,4 +27,4 @@ $ cd jOOQ-examples/jOOQ-javaee-example/target
|
||||
You can deploy this war file in your WildFly AS or any other application server. The example will use an embedded H2 database, which should be pre-filled with the library example H2 database. It uses a non-managed `DataSource`, which is configured and consumed directly by the application itself.
|
||||
|
||||
For more information about how to setup a WildFly project using EJB, please visit the WildFly Quickstart projects, e.g.:
|
||||
https://github.com/wildfly/quickstart/tree/master/ejb-in-war
|
||||
https://github.com/wildfly/quickstart/tree/master/ejb-in-war
|
||||
@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-meta-jpa</artifactId>
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
<name>jOOQ Meta JPA</name>
|
||||
|
||||
<licenses>
|
||||
@ -83,7 +83,7 @@ public class JPADatabase extends H2Database {
|
||||
}
|
||||
|
||||
try {
|
||||
connection = DriverManager.getConnection("jdbc:h2:mem:jooq-meta-jpa", "sa", "");
|
||||
connection = DriverManager.getConnection("jdbc:h2:mem:jooq-meta-extensions", "sa", "");
|
||||
|
||||
final Configuration configuration = new Configuration()
|
||||
.setProperty("hibernate.dialect", "org.hibernate.dialect.H2Dialect")
|
||||
4
pom.xml
4
pom.xml
@ -172,7 +172,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-meta-jpa</artifactId>
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -264,7 +264,7 @@
|
||||
<module>jOOQ-codegen</module>
|
||||
<module>jOOQ-codegen-maven</module>
|
||||
<module>jOOQ-meta</module>
|
||||
<module>jOOQ-meta-jpa</module>
|
||||
<module>jOOQ-meta-extensions</module>
|
||||
<module>jOOQ-scala</module>
|
||||
|
||||
<!-- [pro] xxx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user