Document that spring-boot-h2console is required

See gh-48278

Signed-off-by: Igor <i.y.seleznov@gmail.com>
This commit is contained in:
Igor
2025-11-25 09:50:56 +01:00
committed by Stéphane Nicoll
parent f7f11a4f25
commit 5ea290ae11
@@ -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].