Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions java/developing-applications/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ Check out the version in our [CAP Java bookshop sample project](https://github.c

H2 includes a built-in web console application, providing a user-friendly interface for database administration, query execution, and data inspection without requiring external tools. CAP Java applications configured with the H2 database expose the administration console under `http://localhost:8080/h2-console` (assuming default port `8080`).

::: warning Use the latest `2.3.x` version of H2
Even though there are newer versions available, we cannot recommend using them for now. Therefore we only support until version 2.3.x of H2. This recommendation is subject to change. If our test results allow to recommend newer versions we will do so.
:::
Comment thread
agoerler marked this conversation as resolved.

### Setup & Configuration

#### Using the Maven Archetype
Expand Down
Loading