From fa6ee8e34d5f76ee57dd9f9c84bb047c5ee3d356 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 26 Mar 2018 10:29:00 -0700 Subject: [PATCH] Clarify h2-console requires a servlet-based web app Fixes gh-12603 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 0e8f964c561..aeba790a448 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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 conditions are met: -* You are developing a web application. +* You are developing a servlet-based web application. * `com.h2database:h2` is on the classpath. * You are using <>.