Skip to content

Commit 3237e4a

Browse files
committed
Add link between reference and how-to
See gh-7652
1 parent 863f97d commit 3237e4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,9 @@ Java's `javax.sql.DataSource` interface provides a standard method of working wi
27112711
database connections. Traditionally a DataSource uses a `URL` along with some
27122712
credentials to establish a database connection.
27132713

2714+
TIP: Check also <<the '`How-to`' section,howto.adoc#howto-configure-a-datasource] for more
2715+
advanced examples, typically to take full control over the configuration of the
2716+
DataSource.
27142717

27152718

27162719
[[boot-features-embedded-database-support]]

0 commit comments

Comments
 (0)