How to use configuration values in Spring Boot test SQL scripts?
Summary The problem at hand is using configuration values in Spring Boot test SQL scripts. The goal is to run SQL scripts before Spring Boot integration tests and utilize configuration placeholders within these scripts. However, the @SQL annotation does not support configuration parameter expansion out of the box. Root Cause The root cause of this … Read more