From 9b6b60729d8178399396e2670c0e7914a9746b59 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期一, 29 四月 2024 17:22:41 +0800
Subject: [PATCH] 文件上传以及接口权限修改

---
 Bin/properties/hibernate.cfg.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Bin/properties/hibernate.cfg.xml b/Bin/properties/hibernate.cfg.xml
index d61063d..a381442 100644
--- a/Bin/properties/hibernate.cfg.xml
+++ b/Bin/properties/hibernate.cfg.xml
@@ -9,9 +9,6 @@
 		<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.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>

--
Gitblit v1.9.3