We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a963f9 commit cf23b86Copy full SHA for cf23b86
extension/datasource/src/site/markdown/index.md
@@ -2,6 +2,14 @@
2
3
The DataSource extension delivers you with a default DataSource in a Piranha runtime.
4
5
+## Default DataSource Configuration
6
+
7
+The default DataSource is configured with the following details:
8
9
+- **Name**: `java:comp/DefaultDataSource`
10
+- **Class**: `org.h2.jdbcx.JdbcDataSource`
11
+- **URL**: `jdbc:h2:mem:test;DB_CLOSE_DELAY=-1`
12
13
## Override the default DataSource using web.xml
14
15
You override the default DataSource using the snippet below:
0 commit comments