Commit fa6ee8e3 authored by Madhura Bhave's avatar Madhura Bhave

Clarify h2-console requires a servlet-based web app

Fixes gh-12603
parent a847cd98
...@@ -3610,7 +3610,7 @@ http://www.h2database.com/html/quickstart.html#h2_console[browser-based console] ...@@ -3610,7 +3610,7 @@ http://www.h2database.com/html/quickstart.html#h2_console[browser-based console]
Spring Boot can auto-configure for you. The console is auto-configured when the following Spring Boot can auto-configure for you. The console is auto-configured when the following
conditions are met: conditions are met:
* You are developing a web application. * You are developing a servlet-based web application.
* `com.h2database:h2` is on the classpath. * `com.h2database:h2` is on the classpath.
* You are using <<using-spring-boot.adoc#using-boot-devtools,Spring Boot's developer * You are using <<using-spring-boot.adoc#using-boot-devtools,Spring Boot's developer
tools>>. tools>>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment