mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge 0f5449d15c
into 288548c674
This commit is contained in:
commit
0ce29a8cb7
1 changed files with 10 additions and 10 deletions
|
@ -13,22 +13,22 @@ jpa.showSql=true
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# HSQL Settings
|
# HSQL Settings
|
||||||
|
|
||||||
jdbc.driverClassName=org.hsqldb.jdbcDriver
|
#jdbc.driverClassName=org.hsqldb.jdbcDriver
|
||||||
jdbc.url=jdbc:hsqldb:mem:petclinic
|
#jdbc.url=jdbc:hsqldb:mem:petclinic
|
||||||
jdbc.username=sa
|
#jdbc.username=sa
|
||||||
jdbc.password=
|
#jdbc.password=
|
||||||
|
|
||||||
# Property that determines which database to use with an AbstractJpaVendorAdapter
|
# Property that determines which database to use with an AbstractJpaVendorAdapter
|
||||||
jpa.database=HSQL
|
#jpa.database=HSQL
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# MySQL Settings
|
# MySQL Settings
|
||||||
|
|
||||||
#jdbc.driverClassName=com.mysql.jdbc.Driver
|
jdbc.driverClassName=com.mysql.jdbc.Driver
|
||||||
#jdbc.url=jdbc:mysql://localhost:3306/petclinic
|
jdbc.url=jdbc:mysql://localhost:3306/petclinic
|
||||||
#jdbc.username=root
|
jdbc.username=root
|
||||||
#jdbc.password=petclinic
|
jdbc.password=petclinic
|
||||||
|
|
||||||
# Property that determines which database to use with an AbstractJpaVendorAdapter
|
# Property that determines which database to use with an AbstractJpaVendorAdapter
|
||||||
#jpa.database=MYSQL
|
jpa.database=MYSQL
|
||||||
|
|
Loading…
Reference in a new issue