Ensure MySQL works as well.

This commit is contained in:
Dave Syer 2022-03-30 14:14:43 +00:00 committed by Oliver Drotbohm
parent f3a8d244b2
commit e54af39b53
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Args = -H:+AddAllCharsets

View file

@ -1,5 +1,6 @@
# database init, supports mysql too
database=h2
spring.profiles.active=mysql
spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql
spring.sql.init.data-locations=classpath*:db/${database}/data.sql