From 8d30e5d8d3d82fba826de46d33fc7be22e993f51 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期四, 11 四月 2024 11:24:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Bin/properties/hibernate.cfg.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Bin/properties/hibernate.cfg.xml b/Bin/properties/hibernate.cfg.xml index 4249aed..d61063d 100644 --- a/Bin/properties/hibernate.cfg.xml +++ b/Bin/properties/hibernate.cfg.xml @@ -9,8 +9,11 @@ <property name="connection.username">vcimes</property> <property name="connection.password">vcimes</property>--> - <property name="connection.url">jdbc:oracle:thin:@localhost:1521:orcl</property> + <!-- <property name="connection.url">jdbc:oracle:thin:@localhost:1521:orcl</property> <property name="connection.username">mpm550new</property> + <property name="connection.password">vcitest</property> --> + <property name="connection.url">jdbc:oracle:thin:@192.168.0.66:1521:orcl</property> + <property name="connection.username">PLT2024</property> <property name="connection.password">vcitest</property> <!--<property name="connection.username">mpm112</property> <property name="connection.password">vcitest</property>--> -- Gitblit v1.10.0