Fix asciidoc include and anchor

This commit is contained in:
Stephane Nicoll 2022-03-21 14:35:37 +01:00
parent 55a385cc36
commit 9de234f913
1 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ In simple setups, a `SecurityFilterChain` like the following can be used:
[source,java,indent=0,subs="verbatim"]
----
include::{docs-java}/features/sql/h2webconsole/springsecurity/DevProfileSecurityConfiguration.java[]
include::{docs-java}/data/sql/h2webconsole/springsecurity/DevProfileSecurityConfiguration.java[]
----
WARNING: The H2 console is only intended for use during development.
@ -361,7 +361,7 @@ TIP: `PathRequest.toH2Console()` returns the correct request matcher also when t
[[features.sql.jooq]]
[[data.sql.jooq]]
=== Using jOOQ
jOOQ Object Oriented Querying (https://www.jooq.org/[jOOQ]) is a popular product from https://www.datageekery.com/[Data Geekery] which generates Java code from your database and lets you build type-safe SQL queries through its fluent API.
Both the commercial and open source editions can be used with Spring Boot.