Postgresql – Spring test @Sql throws "Unterminated dollar quote started … Expected terminating $$"
I am testing my Spring Boot API with a test class (FoodE2eTest) and I have a separate SQL script file (setup-test-schema.sql) that I want to run before the tests start to set up schema, tables, and data. I am using…