Skip to content

Commit 8762d95

Browse files
committed
Merge pull request #10657 from izeye:gh-10435-doc
* pr/10657: Remove "Securing the H2 console" section
2 parents 377e4f3 + caa6e18 commit 8762d95

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3282,18 +3282,6 @@ path using the `spring.h2.console.path` property.
32823282

32833283

32843284

3285-
[[boot-features-sql-h2-console-securing]]
3286-
==== Securing the H2 console
3287-
When Spring Security is on the classpath and basic auth is enabled, the H2 console will be
3288-
automatically secured using basic auth. The following properties can be used to customize
3289-
the security configuration:
3290-
3291-
* `security.user.role`
3292-
* `security.basic.authorize-mode`
3293-
* `security.basic.enabled`
3294-
3295-
3296-
32973285
[[boot-features-jooq]]
32983286
=== Using jOOQ
32993287
Java Object Oriented Querying (http://www.jooq.org/[jOOQ]) is a popular product from

0 commit comments

Comments
 (0)