We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca3e06 commit a28f34bCopy full SHA for a28f34b
README.md
@@ -42,4 +42,4 @@ Get the jar from https://repo1.maven.org/maven2/io/github/ngbsn/sqlscript2jpa-co
42
```
43
java -jar sqlscript2jpa-codegen-maven-plugin-1.0.3-standalone.jar "<sql_file_path>" "<package_name>"
44
45
-This will generate the JPA entities in a folder structure as defined by the package name.
+This will generate the JPA entities in a folder structure as defined by the package name under `./target/generated-sources/sqlscript2jpa`
0 commit comments