Skip to content

Commit

Permalink
4.x: Use H2 in-memory in SE archetype (#7877)
Browse files Browse the repository at this point in the history
* 4.x: Use H2 in-memory in SE archetype

* use jdbc:h2:mem
  • Loading branch information
romain-grecourt authored Nov 9, 2023
1 parent 50dec45 commit c7a3b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</list>
<value key="db-health-check-stmt" if="${health}">SELECT 0</value>
<list key="db-connection">
<value><![CDATA[ url: "jdbc:h2:tcp://localhost:9092/~test"
<value><![CDATA[ url: "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE"
username: sa
password:]]></value>
</list>
Expand Down

0 comments on commit c7a3b66

Please sign in to comment.