mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:49:38 +00:00
Uncomment sql initialization for mysql
This commit is contained in:
parent
d47820baad
commit
2c98a681ca
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ database=mysql
|
|||
spring.datasource.url=jdbc:mysql://localhost/petclinic
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=petclinic
|
||||
# Uncomment this the first time the app runs
|
||||
# spring.datasource.initialization-mode=always
|
||||
# SQL is written to be idempotent so this is safe
|
||||
spring.datasource.initialization-mode=always
|
||||
|
|
Loading…
Reference in a new issue