Introduction Spring boot comes with several built-in features that allow the execution of {file-name}.sql files. From the Spring doc: Spring Boot can automatically create the schema (DDL scripts) of your DataSource and initialize it (DML scripts). It loads SQL from the standard root classpath locations: schema.sql and data.sql, respectively. In addition…