mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
updated db name
This commit is contained in:
parent
01be9eae5a
commit
c0559ca2c1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# database init, supports mysql too
|
# database init, supports mysql too
|
||||||
database=mysql
|
database=petclinic
|
||||||
spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic}
|
spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic}
|
||||||
spring.datasource.username=${MYSQL_USER:petclinic}
|
spring.datasource.username=${MYSQL_USER:petclinic}
|
||||||
spring.datasource.password=${MYSQL_PASS:petclinic}
|
spring.datasource.password=${MYSQL_PASS:petclinic}
|
||||||
|
|
Loading…
Reference in a new issue