From 1e3c6ccb8764bcc3bc127fc23c51d612a8701224 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期三, 15 二月 2023 16:43:15 +0800 Subject: [PATCH] 内网地址 --- src/main/webapp/WEB-INF/cq/cq.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/WEB-INF/cq/cq.properties b/src/main/webapp/WEB-INF/cq/cq.properties index 21ab173..ffb1fa6 100644 --- a/src/main/webapp/WEB-INF/cq/cq.properties +++ b/src/main/webapp/WEB-INF/cq/cq.properties @@ -1,4 +1,4 @@ -jdbc.url=jdbc:mysql://192.168.3.107:3306/cq_smartlab?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false +jdbc.url=jdbc:mysql://192.168.30.107:3306/cq_smartlab?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false #jdbc.url=jdbc:mysql://sinanoaq.com:23306/cq_smartlab?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false jdbc.username=root jdbc.password=NMS@uss20201! -- Gitblit v1.9.2