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:
30
30
</plugin >
31
31
```
32
32
** sqlFilePath** : Path to the SQL file containing the DDL commands.
33
+
33
34
** packageName** : The package name for the generated entities.
34
35
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
```
42
43
java -jar sqlscript2jpa-codegen-maven-plugin-1.0.3-standalone.jar "<sql_file_path>" "<package_name>"
43
44
```
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