Added some clarification about jooq-codegen-maven using the same

configuration XML as the standalone code generator.
This commit is contained in:
lukaseder 2013-10-06 09:59:20 +02:00
parent 13758c5e4e
commit 77a9892368
7 changed files with 21 additions and 14 deletions

View File

@ -7337,7 +7337,7 @@ Finishing : Total: 4.814ms, +3.375ms
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -7346,7 +7346,8 @@ Finishing : Total: 4.814ms, +3.375ms
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->

View File

@ -7873,7 +7873,7 @@ Finishing : Total: 4.814ms, +3.375ms
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -7882,7 +7882,8 @@ Finishing : Total: 4.814ms, +3.375ms
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->

View File

@ -7873,7 +7873,7 @@ Finishing : Total: 4.814ms, +3.375ms
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -7882,7 +7882,8 @@ Finishing : Total: 4.814ms, +3.375ms
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->

View File

@ -8750,7 +8750,7 @@ Finishing : Total: 4.814ms, +3.375ms
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -8759,7 +8759,8 @@ Finishing : Total: 4.814ms, +3.375ms
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->

View File

@ -9108,7 +9108,7 @@ Finishing : Total: 4.814ms, +3.375ms
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -9117,7 +9117,8 @@ Finishing : Total: 4.814ms, +3.375ms
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->

View File

@ -9161,7 +9161,7 @@ Finishing : Total: 4.814ms, +3.375ms
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -9170,7 +9170,8 @@ Finishing : Total: 4.814ms, +3.375ms
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->

View File

@ -1738,7 +1738,7 @@ public void bind(BindContext context) throws DataAccessException;</java>
</execution>
</executions>
<!-- Manage the plugin's dependency. In this example, we'll use a Postgres database -->
<!-- Manage the plugin's dependency. In this example, we'll use a PostgreSQL database -->
<dependencies>
<dependency>
<groupId>postgresql</groupId>
@ -1747,7 +1747,8 @@ public void bind(BindContext context) throws DataAccessException;</java>
</dependency>
</dependencies>
<!-- Specify the plugin configuration -->
<!-- Specify the plugin configuration.
The configuration format is the same as for the standalone code generator -->
<configuration>
<!-- JDBC connection parameters -->