Update application-mysql.properties

This commit is contained in:
gpatil25 2018-10-18 11:47:45 +05:30 committed by GitHub
parent 1ada9baeaa
commit ca9c7a7c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,6 @@
database=mysql
spring.datasource.url=jdbc:mysql://localhost/petclinic
spring.datasource.username=root
spring.datasource.password=petclinic
spring.datasource.password=root
# Uncomment this the first time the app runs
# spring.datasource.initialization-mode=always