Added some clarification about jooq-codegen-maven using the same
configuration XML as the standalone code generator.
This commit is contained in:
parent
13758c5e4e
commit
77a9892368
@ -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 -->
|
||||
|
||||
@ -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 -->
|
||||
|
||||
@ -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 -->
|
||||
|
||||
@ -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 -->
|
||||
|
||||
@ -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 -->
|
||||
|
||||
@ -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 -->
|
||||
|
||||
@ -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 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user