Skip to content

Commit 5ea290a

Browse files
Igorsnicoll
authored andcommitted
Document that spring-boot-h2console is required
See gh-48278 Signed-off-by: Igor <i.y.seleznov@gmail.com>
1 parent f7f11a4 commit 5ea290a

File tree

1 file changed

+1
-0
lines changed
  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data

1 file changed

+1
-0
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ The https://www.h2database.com[H2 database] provides a https://www.h2database.co
346346
The console is auto-configured when the following conditions are met:
347347

348348
* You are developing a servlet-based web application.
349+
* `org.springframework.boot:spring-boot-h2console` added as dependency.
349350
* `com.h2database:h2` is on the classpath.
350351
* You are using xref:using/devtools.adoc[Spring Boot's developer tools].
351352

0 commit comments

Comments
 (0)