From caa6e18be114ae19dbf3e1537c99c2b2ea99a546 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 17 Oct 2017 01:12:35 +0900 Subject: [PATCH] Remove "Securing the H2 console" section Closes gh-10657 --- .../src/main/asciidoc/spring-boot-features.adoc | 12 ------------ 1 file changed, 12 deletions(-) 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 c3e6982e88..c19f21d1a5 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 @@ -3282,18 +3282,6 @@ path using the `spring.h2.console.path` property. -[[boot-features-sql-h2-console-securing]] -==== Securing the H2 console -When Spring Security is on the classpath and basic auth is enabled, the H2 console will be -automatically secured using basic auth. The following properties can be used to customize -the security configuration: - -* `security.user.role` -* `security.basic.authorize-mode` -* `security.basic.enabled` - - - [[boot-features-jooq]] === Using jOOQ Java Object Oriented Querying (http://www.jooq.org/[jOOQ]) is a popular product from