From cfd8d4c470cc6db6f6689ebf01eae07e47a46990 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 16 一月 2025 11:09:20 +0800 Subject: [PATCH] 修改个人信息&&添加操作类型 --- Bin/properties/hibernate-slave.cfg.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bin/properties/hibernate-slave.cfg.xml b/Bin/properties/hibernate-slave.cfg.xml index 96c62d7..ff954a9 100644 --- a/Bin/properties/hibernate-slave.cfg.xml +++ b/Bin/properties/hibernate-slave.cfg.xml @@ -9,10 +9,10 @@ <property name="connection.username">vcimes</property> <property name="connection.password">vcimes</property>--> - <property name="connection.url">jdbc:oracle:thin:@192.168.0.66:1521:orcl</property> - <!-- <property name="connection.url">jdbc:oracle:thin:@dev.yunkeruida.top:1521:orcl</property> --> + <!--<property name="connection.url">jdbc:oracle:thin:@192.168.0.66:1521:orcl</property>--> + <property name="connection.url">jdbc:oracle:thin:@dev.yunkeruida.top:1521:orcl</property> <!-- <property name="connection.username">NMPM112</property> --> - <property name="connection.username">PLT2024</property> + <property name="connection.username">PLT2024_DEV</property> <property name="connection.password">vcitest</property> <!--<property name="connection.username">mpm112</property> <property name="connection.password">vcitest</property>--> -- Gitblit v1.9.3