Compare commits

...

2 Commits

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/kcsc_dev
spring.datasource.url=jdbc:log4jdbc:postgresql://218.36.126.201:5432/kcscdb
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/kcsc_dev
spring.datasource.url=jdbc:postgresql://218.36.126.201:5432/kcscdb
spring.datasource.username=postgres
spring.datasource.password=rhksflwk12!@