mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Change spring.datasource.initialize to spring.datasource.initialization-mode`
Initialize property has changed in Spring Boot 2 M6 https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0.0-M6-Release-Notes#datasource-initialization
This commit is contained in:
parent
6730a229a0
commit
6ee6771e8c
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ database=mysql
|
|||
spring.datasource.url=jdbc:mysql://localhost/test
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
# Uncomment this the first time the app runs
|
||||
# spring.datasource.initialize=true
|
||||
# Uncomment this the first time the app runs
|
||||
# spring.datasource.initialization-mode=always
|
||||
|
|
Loading…
Reference in a new issue