From 59d9ea33f503e363f2e2941c7c00cc9dd9d9d1c7 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期二, 28 十一月 2023 11:00:42 +0800 Subject: [PATCH] 修改课题管理bug --- src/main/webapp/WEB-INF/spring-db.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/spring-db.xml b/src/main/webapp/WEB-INF/spring-db.xml index 40b236e..6bf1e6c 100644 --- a/src/main/webapp/WEB-INF/spring-db.xml +++ b/src/main/webapp/WEB-INF/spring-db.xml @@ -15,9 +15,8 @@ init-method="init" destroy-method="close"> <!--mysql 5连接驱动--> <property name="driverClassName" value="com.mysql.jdbc.Driver"></property> -<!-- <property name="url" value="jdbc:mysql://222.92.213.22:13306/smartlabdb?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false" />--> -<!--<!– <property name="url" value="jdbc:mysql://124.221.143.185:23306/smartlb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false" />–>--> -<!-- <property name="username" value="root" />--> +<!-- <property name="url" value="jdbc:mysql://222.92.213.22:13306/smartlabdb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false" />--> +<!-- <property name="username" value="root" />--> <!-- <property name="password" value="Sinanoaq#415" />--> <property name="url" value="${jdbc.url}" /> -- Gitblit v1.9.2