diff --git a/src/main/resources/META-INF/native-image/native-image.properties b/src/main/resources/META-INF/native-image/native-image.properties deleted file mode 100644 index a974103..0000000 --- a/src/main/resources/META-INF/native-image/native-image.properties +++ /dev/null @@ -1 +0,0 @@ -Args = -H:+AddAllCharsets \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6160651..5d3eeed 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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