From 05a06b0811ed50e9a0743b5d9cc21730af6b48b3 Mon Sep 17 00:00:00 2001 From: lilei <lilei@finstone.com.cn> Date: Fri, 22 Feb 2019 07:30:05 +0000 Subject: [PATCH] Update njcz-yszx-pay-service-dev.properties --- repo/njcz-yszx-pay-service-dev.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/njcz-yszx-pay-service-dev.properties b/repo/njcz-yszx-pay-service-dev.properties index 3a1b85c..e84c06d 100644 --- a/repo/njcz-yszx-pay-service-dev.properties +++ b/repo/njcz-yszx-pay-service-dev.properties @@ -1,7 +1,7 @@ mybatis.config-locations=classpath:mybatis-config.xml mybatis.mapper-locations=classpath:cn/gov/njcz/yszx/dao/*.xml -spring.datasource.primary.url=jdbc:oracle:thin:@10.64.175.129:1521/czcpm -spring.datasource.primary.username=fdp_cs +spring.datasource.primary.url=jdbc:oracle:thin:@172.16.1.22:1521/orcl +spring.datasource.primary.username=fdp spring.datasource.primary.password=123 spring.datasource.primary.driver-class-name=oracle.jdbc.driver.OracleDriver spring.datasource.primary.min-idle=5 -- GitLab