From 540acddabc14a8fef98cd91035ae6653afb9b765 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 15 五月 2024 16:37:52 +0800 Subject: [PATCH] 升版action,配置文档 --- Bin/properties/hibernate.cfg.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bin/properties/hibernate.cfg.xml b/Bin/properties/hibernate.cfg.xml index 4249aed..a381442 100644 --- a/Bin/properties/hibernate.cfg.xml +++ b/Bin/properties/hibernate.cfg.xml @@ -9,8 +9,8 @@ <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.username">mpm550new</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