mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:55:50 +00:00
Update application-mysql.properties
This commit is contained in:
parent
1ada9baeaa
commit
ca9c7a7c50
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
database=mysql
|
database=mysql
|
||||||
spring.datasource.url=jdbc:mysql://localhost/petclinic
|
spring.datasource.url=jdbc:mysql://localhost/petclinic
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=petclinic
|
spring.datasource.password=root
|
||||||
# Uncomment this the first time the app runs
|
# Uncomment this the first time the app runs
|
||||||
# spring.datasource.initialization-mode=always
|
# spring.datasource.initialization-mode=always
|
||||||
|
|
Loading…
Reference in a new issue