Skip to content

Commit d0ecb2d

Browse files
authored
Update README.md
1 parent fe68df8 commit d0ecb2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3536
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
4142
```
4243
java -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

0 commit comments

Comments
 (0)