Browse Source

Document that spring-boot-h2console is required

See gh-48278

Signed-off-by: Igor <i.y.seleznov@gmail.com>
pull/48295/head
Igor 3 weeks ago committed by Stéphane Nicoll
parent
commit
5ea290ae11
  1. 1
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc

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

@ -346,6 +346,7 @@ The https://www.h2database.com[H2 database] provides a https://www.h2database.co @@ -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].

Loading…
Cancel
Save