Skip to content

Commit

Permalink
Improve message about JDBC parameter in docs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Feb 23, 2024
1 parent a83a0eb commit 79135fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ Reference to Liquibase properties - https://docs.liquibase.com/concepts/connecti
See https://www.jooq.org/doc/latest/manual/code-generation/codegen-configuration for all the supporting configuration
properties.
`configurationFiles` / `configurationFile` - are not implemented yet
`jdbc` - if contains all required jdbc parameters (url,name,password) -
existing database will be used, no container won't be spin up
`jdbc` - If it has all the necessary JDBC parameters (URL, name, password), it will use the existing database, and no container will be spun up.
`baseDir` - directory relative to which generated sources will be generated , `{project.basedir}` - default

#### `jooq` block configuration
Expand Down
4 changes: 2 additions & 2 deletions examples/postgres-liquibase-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<defaultSchemaName>public</defaultSchemaName>
<!-- or
<changeLogPath>db.changelog-root.xml</changeLogPath>
<changeLogDirectory>src/main/resources/db/changelog</changeLogPath>
<changeLogDirectory>src/main/resources/db/changelog</changeLogDirectory>
-->
</liquibase>

Expand All @@ -91,4 +91,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 79135fc

Please sign in to comment.