mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
Remove hardcoded spring.profiles.active=mysql
This commit is contained in:
parent
e54af39b53
commit
a2672fef9b
2 changed files with 0 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
Args = -H:+AddAllCharsets
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue