From 459d404b083f3e941dd000fa49e9ebfb3095b7a9 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 24 Nov 2025 20:06:42 +0200 Subject: [PATCH] change doc to include requirement for org.springframework.boot:spring-boot-h2console dependency for H2 Console Signed-off-by: Igor --- .../src/docs/antora/modules/reference/pages/data/sql.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc index c7ec7985481a..eca4b0c9efdf 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc @@ -346,6 +346,7 @@ The https://www.h2database.com[H2 database] provides a https://www.h2database.co The console is auto-configured when the following conditions are met: * You are developing a servlet-based web application. +* `org.springframework.boot:spring-boot-h2console` added as dependency. * `com.h2database:h2` is on the classpath. * You are using xref:using/devtools.adoc[Spring Boot's developer tools].