#-locations = classpath:drop.sql, classpath:schema.sql # This code is not deprecated, it is recommended but it does not work. = classpath:drop.sql, classpath:schema.sql I wanted to update the pom.xml with Spring Boot 2.5.2 but I can't figure out how I should change my files.įile application-sviluppo.properties -class-name= Drop.sql (reset the DBMS every time I start the webapp)ĭata.sql (contains the records of some users and some roles)Īpplication-sviluppo.properties (I use it on my PC)Īpplication.properties (I will use it for the SERVER)