Skip to content

Commit 9de234f

Browse files
committed
Fix asciidoc include and anchor
1 parent 55a385c commit 9de234f

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/data

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ In simple setups, a `SecurityFilterChain` like the following can be used:
351351

352352
[source,java,indent=0,subs="verbatim"]
353353
----
354-
include::{docs-java}/features/sql/h2webconsole/springsecurity/DevProfileSecurityConfiguration.java[]
354+
include::{docs-java}/data/sql/h2webconsole/springsecurity/DevProfileSecurityConfiguration.java[]
355355
----
356356

357357
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
361361

362362

363363

364-
[[features.sql.jooq]]
364+
[[data.sql.jooq]]
365365
=== Using jOOQ
366366
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.
367367
Both the commercial and open source editions can be used with Spring Boot.

0 commit comments

Comments
 (0)