SC-be-java/jasamedika-config/src/main/resources/jdbc.testing.properties
2021-01-07 11:34:56 +07:00

19 lines
703 B
Properties

# DB Development
jdbc.driver = org.postgresql.Driver
#jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
jdbc.url = jdbc:postgresql://192.168.12.4:5432/rsab_hk_development
jdbc.username = postgres
jdbc.password = root
jdbc.serverName = 192.168.12.4
jdbc.databaseName = rsab_hk_development
jdbc.portNumber = 5432
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
hibernate.hbm2ddl = update
#jdbc.driver = com.mysql.jdbc.Driver
#jdbc.url = jdbc:mysql://192.168.12.1/medifirst2000?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
#jdbc.username = root
#jdbc.password = adminmysql
#hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
#hibernate.hbm2ddl = update