修改oracle地址,改成jgy-xmcx1服务器。

This commit is contained in:
2020-05-11 14:52:04 +08:00
parent 59e3bb0a05
commit 5f53b8d5a3
3 changed files with 14 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ public class StaffInfo
throw new StaffCodeNotExistException( staffCode + "不存在。");
}
String oracleURL = "jdbc:oracle:thin:@10.39.0.86:1521:xmcx1";
String oracleURL = "jdbc:oracle:thin:@10.187.11.164:1521:xmcx1";
String oracleUserName = "idst0";
String oraclePassword = "cpic123456";