We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f97d commit 3237e4aCopy full SHA for 3237e4a
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -2711,6 +2711,9 @@ Java's `javax.sql.DataSource` interface provides a standard method of working wi
2711
database connections. Traditionally a DataSource uses a `URL` along with some
2712
credentials to establish a database connection.
2713
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.
2717
2718
2719
[[boot-features-embedded-database-support]]
0 commit comments