I added flyway library to my spring project. I configurated it and wrote some instuctions, project compiles but flyway does not insert values provided into data base. Config of application.yml: Impl: [ressource folder] SQL instructions that must be insert: But after running application, they dont figure in database. The table is being created but fields are null. Answer I fixed