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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,8 +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
-
* `org.springframework.boot:spring-boot-h2console` added as dependency.
350
-
* `com.h2database:h2` is on the classpath.
349
+
* `org.springframework.boot:spring-boot-h2console` is on the classpath.
351
350
* You are using xref:using/devtools.adoc[Spring Boot's developer tools].
352
351
353
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