Remove hardcoded spring.profiles.active=mysql

This commit is contained in:
Sébastien Deleuze 2022-10-25 15:39:08 +02:00 committed by Oliver Drotbohm
parent e54af39b53
commit a2672fef9b
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -1,6 +1,5 @@
# 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