Commit 8762d952 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10657 from izeye:gh-10435-doc

* pr/10657:
  Remove "Securing the H2 console" section
parents 377e4f31 caa6e18b
...@@ -3282,18 +3282,6 @@ path using the `spring.h2.console.path` property. ...@@ -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]] [[boot-features-jooq]]
=== Using jOOQ === Using jOOQ
Java Object Oriented Querying (http://www.jooq.org/[jOOQ]) is a popular product from Java Object Oriented Querying (http://www.jooq.org/[jOOQ]) is a popular product from
......
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