spring-framework/framework-docs/modules/ROOT
Sam Brannen abcad5dbcf Support property placeholders in @⁠Sql script paths
Prior to this commit, paths configured via the scripts attribute in
@⁠Sql were required to be final paths without dynamic placeholders;
however, being able to make script paths dependent on the current
environment can be useful in certain testing scenarios.

This commit introduces support for property placeholders (${...}) in
@⁠Sql script paths which will be replaced by properties available in
the Environment of the test's ApplicationContext.

Closes gh-33114
2024-07-03 17:16:53 +02:00
..
assets/images Migrate Structure 2023-05-04 15:35:05 +01:00
examples Use include-code Macro 2023-05-04 15:35:05 +01:00
pages Support property placeholders in @⁠Sql script paths 2024-07-03 17:16:53 +02:00
partials/web Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
nav.adoc Move the testing section after data and web 2024-06-21 14:35:33 +02:00