Skip to content

Commit

Permalink
Add H2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 5, 2023
1 parent ec36251 commit 8225c9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions archetypes/helidon/src/main/archetype/se/custom/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Instructions for H2 can be found here: https://www.h2database.com/html/cheatShee
<value key="artifactId">h2</value>
</map>
</list>
<list key="dependencies">
<map>
<value key="groupId">com.h2database</value>
<value key="artifactId">h2</value>
</map>
</list>
<list key="db-connection">
<value><![CDATA[ url: jdbc:h2:~/test
# Server mode, run: docker run --rm --name h2 -p 9092:9082 -p 8082:8082 nemerosa/h2
Expand Down

0 comments on commit 8225c9e

Please sign in to comment.