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 c0e415d commit 8b4020cCopy full SHA for 8b4020c
sql-injection/pom.xml
@@ -88,7 +88,7 @@
88
<groupId>org.flywaydb</groupId>
89
<artifactId>flyway-maven-plugin</artifactId>
90
<configuration>
91
- <url>jdbc:h2:file:~/SQL-Injection-DB</url>
+ <url>jdbc:h2:mem:SQL-Injection-DB</url>
92
<user>sa</user>
93
</configuration>
94
</plugin>
0 commit comments