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 8597f57 commit d0ef7baCopy full SHA for d0ef7ba
README.md
@@ -31,6 +31,15 @@ To use it, simply declare the following plugin in your pom file:
31
</executions>
32
</plugin>
33
```
34
+Also, you would need to add lombok to your dependencies
35
+```xml
36
+ <dependency>
37
+ <groupId>org.projectlombok</groupId>
38
+ <artifactId>lombok</artifactId>
39
+ <version>1.18.28</version>
40
+ <scope>provided</scope>
41
+ </dependency>
42
+```
43
44
**sqlFilePath**: Path to the SQL file containing the DDL statements.
45
0 commit comments