Skip to content

Commit c7a3b66

Browse files
4.x: Use H2 in-memory in SE archetype (helidon-io#7877)
* 4.x: Use H2 in-memory in SE archetype * use jdbc:h2:mem
1 parent 50dec45 commit c7a3b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archetypes/helidon/src/main/archetype/se/custom/database-output.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</list>
3535
<value key="db-health-check-stmt" if="${health}">SELECT 0</value>
3636
<list key="db-connection">
37-
<value><![CDATA[ url: "jdbc:h2:tcp://localhost:9092/~test"
37+
<value><![CDATA[ url: "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE"
3838
username: sa
3939
password:]]></value>
4040
</list>

0 commit comments

Comments
 (0)