properties 변경
parent
4133deb020
commit
3c117df6e3
|
|
@ -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!@
|
||||
|
||||
|
|
|
|||
|
|
@ -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!@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue