You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ The https://www.h2database.com[H2 database] provides a https://www.h2database.co
346
346
The console is auto-configured when the following conditions are met:
347
347
348
348
* 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.
350
350
* You are using xref:using/devtools.adoc[Spring Boot's developer tools].
351
351
352
352
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