mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 13:59:37 +00:00
Ensure MySQL works as well.
This commit is contained in:
parent
f3a8d244b2
commit
e54af39b53
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Args = -H:+AddAllCharsets
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue