Compare commits

..

No commits in common. "1393b01b069262f7d3f44a0c3a526513e17b6af7" and "ad75e3cfc2ef97a4dbc656f95303ea95d5ab3bcb" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ spring.sql.init.encoding=utf-8
spring.datasource.hikari.maximum-pool-size=4
#postgresql
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
spring.datasource.url=jdbc:log4jdbc:postgresql://218.36.126.201:5432/kcscdb
spring.datasource.url=jdbc:log4jdbc:postgresql://218.36.126.201:5432/kcsc_dev
spring.datasource.username=postgres
spring.datasource.password=rhksflwk12!@

View File

@ -13,7 +13,7 @@ spring.sql.init.encoding=utf-8
spring.datasource.hikari.maximum-pool-size=4
#postgresql
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://218.36.126.201:5432/kcscdb
spring.datasource.url=jdbc:postgresql://218.36.126.201:5432/kcsc_dev
spring.datasource.username=postgres
spring.datasource.password=rhksflwk12!@