mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
another attempt at mysql properties
This commit is contained in:
parent
79031ac408
commit
fbdddc4b12
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# database init, supports mysql too
|
# database init, supports mysql too
|
||||||
database=petclinic
|
database=mysql
|
||||||
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