Skip to content

Commit 846c154

Browse files
committed
Merge pull request #48278 from igslznev
* pr/48278: Polish "Document that spring-boot-h2console is required" Document that spring-boot-h2console is required Closes gh-48278
2 parents f7f11a4 + 0cc2e57 commit 846c154

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +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-
* `com.h2database:h2` is on the classpath.
349+
* `org.springframework.boot:spring-boot-h2console` is on the classpath.
350350
* You are using xref:using/devtools.adoc[Spring Boot's developer tools].
351351

352352
TIP: If you are not using Spring Boot's developer tools but would still like to make use of H2's console, you can configure the configprop:spring.h2.console.enabled[] property with a value of `true`.

0 commit comments

Comments
 (0)