mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-22 19:31:11 +00:00
7 lines
298 B
Properties
7 lines
298 B
Properties
# database init, supports mysql too
|
|
database=mysql
|
|
spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic}
|
|
spring.datasource.username=${MYSQL_USER:petclinic}
|
|
spring.datasource.password=${MYSQL_PASS:petclinic}
|
|
# SQL is written to be idempotent so this is safe
|
|
spring.sql.init.mode=never
|