Skip to content

Commit 41754ba

Browse files
authored
Update README.md
1 parent 53a1cd4 commit 41754ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ By default, the source code will be generated under `target/generated-sources/sq
4040
Get the jar from https://repo1.maven.org/maven2/io/github/ngbsn/sqlscript2jpa-codegen-maven-plugin/1.0.4/sqlscript2jpa-codegen-maven-plugin-1.0.4-standalone.jar
4141

4242
```
43-
java -jar sqlscript2jpa-codegen-maven-plugin-1.0.3-standalone.jar "<sql_file_path>" "<package_name>"
43+
java -jar sqlscript2jpa-codegen-maven-plugin-1.0.4-standalone.jar "<sql_file_path>" "<package_name>"
4444
```
4545
This will generate the JPA entities in a folder structure as defined by the package name under `./target/generated-sources/sqlscript2jpa`

0 commit comments

Comments
 (0)