File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ To use it, simply declare the following plugin in your pom file:
3030 </plugin >
3131```
3232** sqlFilePath** : Path to the SQL file containing the DDL commands.
33+
3334** packageName** : The package name for the generated entities.
3435
3536By 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
4142```
4243java -jar sqlscript2jpa-codegen-maven-plugin-1.0.3-standalone.jar "<sql_file_path>" "<package_name>"
4344```
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
You can’t perform that action at this time.
0 commit comments