We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe68df8 commit d0ecb2dCopy full SHA for d0ecb2d
1 file changed
README.md
@@ -30,6 +30,7 @@ To use it, simply declare the following plugin in your pom file:
30
</plugin>
31
```
32
**sqlFilePath**: Path to the SQL file containing the DDL commands.
33
+
34
**packageName**: The package name for the generated entities.
35
36
By default, the source code will be generated under `target/generated-sources/sqlscript2jpa`
@@ -41,4 +42,4 @@ Get the jar from https://repo1.maven.org/maven2/io/github/ngbsn/sqlscript2jpa-co
41
42
43
java -jar sqlscript2jpa-codegen-maven-plugin-1.0.3-standalone.jar "<sql_file_path>" "<package_name>"
44
-This will generate the JPA entities in a folder structure as defined by the package name
45
+This will generate the JPA entities in a folder structure as defined by the package name
0 commit comments