| 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 | ||
|---|---|---|
| .. | ||
| ctx-management | ||
| aot.adoc | ||
| application-events.adoc | ||
| bean-overriding.adoc | ||
| bootstrapping.adoc | ||
| ctx-management.adoc | ||
| executing-sql.adoc | ||
| fixture-di.adoc | ||
| key-abstractions.adoc | ||
| parallel-test-execution.adoc | ||
| support-classes.adoc | ||
| tel-config.adoc | ||
| test-execution-events.adoc | ||
| tx.adoc | ||
| web-scoped-beans.adoc | ||