I want generate create and drop ddl scripts using spring boot v1.4.3 with JPA - Hibernate 5.0.11.
Most answers I found use the javax.persistence.schema-generati
It's maybe a workaround but in my case it's enough to add semicolons during the build of the project. You can do that using a maven plugin, e.g.:
org.codehaus.mojo
exec-maven-plugin
1.6.0
add-semicolon-to-sql-file
generate-resources
exec
sed
-i
/;$/!s/$/;/
src/main/resources/db/migration/V1__init.sql