mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-06-02 08:19:37 +00:00
7 lines
246 B
Properties
7 lines
246 B
Properties
![]() |
# database init, supports mysql too
|
||
|
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
|