mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:49:38 +00:00
7 lines
270 B
Properties
7 lines
270 B
Properties
# database init, supports mysql too
|
|
database=mysql
|
|
spring.datasource.url=jdbc:mysql://localhost/petclinic
|
|
spring.datasource.username=root
|
|
spring.datasource.password=petclinic
|
|
# SQL is written to be idempotent so this is safe
|
|
spring.datasource.initialization-mode=always
|