This commit is contained in:
cjayarathne 2015-11-12 18:13:24 +00:00
commit 0ce29a8cb7

View file

@ -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