Document that @Sql
requires spring-jdbc
and spring-tx
on the classpath
#30280
Labels
Milestone
@Sql
requires spring-jdbc
and spring-tx
on the classpath
#30280
Uh oh!
There was an error while loading. Please reload this page.
The current documentation - through javadoc and reference documentation - has an interesting situation regarding
@Sql
behavior: it needs thespring-jdbc
andspring-tx
modules in the classpath. Otherwise,@Sql
is completely ignored.I noticed this when I had invalid paths referring to
.sql
files.For more details, please read the following post on SO.
Thanks for your understanding
The text was updated successfully, but these errors were encountered: