From e8b06a830eb0f50104ec4e4feb1593855beaea6a Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Thu, 2 Nov 2023 15:46:19 -0700 Subject: [PATCH] Backports database-related information present on 4.x to 3.x archetypes (#7936) Signed-off-by: Laird Nelson --- .../helidon/src/main/archetype/mp/custom/database.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/archetypes/helidon/src/main/archetype/mp/custom/database.xml b/archetypes/helidon/src/main/archetype/mp/custom/database.xml index 45c2113108f..292c64e8b18 100644 --- a/archetypes/helidon/src/main/archetype/mp/custom/database.xml +++ b/archetypes/helidon/src/main/archetype/mp/custom/database.xml @@ -197,6 +197,8 @@ Instructions for H2 can be found here: https://www.h2database.com/html/cheatShee org.h2.jdbcx.JdbcDataSource jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + sa + com.mysql.cj.jdbc.MysqlDataSource + jdbc:mysql://127.0.0.1:3306/pokemon?useSSL=false + user + password @@ -351,6 +356,9 @@ docker run --rm --name xe -p 1521:1521 -p 8888:8080 -e ORACLE_PWD=oracle wnamele oracle.jdbc.pool.OracleDataSource + jdbc:oracle:thin:@localhost:1521:XE + sys as sysdba + oracle