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 459ed56 commit 56e3e6bCopy full SHA for 56e3e6b
src/main/resources/application.properties
@@ -33,7 +33,7 @@ quarkus.index-dependency.yaml.artifact-id=jackson-jaxrs-yaml-provider
33
34
# H2
35
quarkus.datasource.db-kind=h2
36
-quarkus.datasource.jdbc.url=jdbc:h2:mem:videogames
+quarkus.datasource.jdbc.url=jdbc:h2:mem:videogames;DB_CLOSE_DELAY=-1
37
quarkus.hibernate-orm.log.sql=false
38
quarkus.hibernate-orm.database.generation=drop-and-create
39
quarkus.hibernate-orm.sql-load-script=import.sql
0 commit comments