mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Delete application-mysql.properties
This commit is contained in:
parent
8c3caf06e8
commit
ec6bcf4af3
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
# database init, supports mysql too
|
|
||||||
database=mysql
|
|
||||||
spring.datasource.url=jdbc:mysql://localhost/petclinic
|
|
||||||
spring.datasource.username=petclinic
|
|
||||||
spring.datasource.password=petclinic
|
|
||||||
# SQL is written to be idempotent so this is safe
|
|
||||||
spring.datasource.initialization-mode=always
|
|
Loading…
Reference in a new issue