38 lines
1.3 KiB
Properties
38 lines
1.3 KiB
Properties
# Properties file with JDBC settings.
|
|
#
|
|
# Applied by <context:property-placeholder location="jdbc.properties"/> from
|
|
# various application context XML files (e.g., "applicationContext-*.xml").
|
|
# Targeted at system administrators, to avoid touching the context XML files.
|
|
|
|
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# Common Settings
|
|
|
|
#hibernate.dialect = comm.hibernate.MySql5Dialect
|
|
#hibernate.dialect = org.hibernate.dialect.Oracle10gDialect
|
|
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
|
hibernate.generate_statistics = false
|
|
hibernate.show_sql = true
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# HSQL Settings
|
|
|
|
#jdbc.driverClassName=com.mysql.jdbc.Driver
|
|
jdbc.driverClassName=org.postgresql.Driver
|
|
#jdbc.url=jdbc\:mysql\://47.103.36.43\:3306/kidstory?useSSL=true
|
|
#jdbc.url=jdbc\:mysql\://47.111.148.111\:3306/kidstory?useSSL=true
|
|
#jdbc.url=jdbc:postgresql://localhost:5436/qrorder
|
|
#jdbc.username=postgres
|
|
#jdbc.password=fch
|
|
#jdbc.url=jdbc:postgresql://172.19.21.11:5432/uatqrorder
|
|
#jdbc.username=postgres
|
|
#jdbc.password=Fujitsu0
|
|
#jdbc.url=jdbc:oracle:thin:@192.168.3.10:1521:xe
|
|
#jdbc.username=jcrmis
|
|
#jdbc.password=jcrmis
|
|
jdbc.maxPoolSize=10
|
|
|
|
jdbc.url=jdbc:postgresql://172.19.21.11:5432/qrorder
|
|
jdbc.username=qrorder
|
|
jdbc.password=qrorder |