mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Document that spring-boot-h2console is required
See gh-48278 Signed-off-by: Igor <i.y.seleznov@gmail.com>
This commit is contained in:
@@ -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].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user