From dd679f325d11202c6e4156c11d94ea6a8f838345 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Wed, 14 Apr 2021 13:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=90=8E=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- power-admin/src/main/resources/config/config.properties | 2 +- power-admin/src/main/resources/config/jdbc.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/power-admin/src/main/resources/config/config.properties b/power-admin/src/main/resources/config/config.properties index 7739882..982a973 100644 --- a/power-admin/src/main/resources/config/config.properties +++ b/power-admin/src/main/resources/config/config.properties @@ -9,7 +9,7 @@ TOKEN_EXPIRE_TIME = 7200 ##################################################\u670D\u52A1\u5668ip########################################################## #\u901A\u7528\u670D\u52A1\u5668IP\u4E0E\u901A\u7528\u670D\u52A1\u5668\u7AEF\u53E3 -SERVER_IP = 192.168.1.3 +SERVER_IP = localhost SERVER_PORT = 8081 #SERVER_IP = 200.100.104.40 diff --git a/power-admin/src/main/resources/config/jdbc.properties b/power-admin/src/main/resources/config/jdbc.properties index c48c2c3..6602083 100644 --- a/power-admin/src/main/resources/config/jdbc.properties +++ b/power-admin/src/main/resources/config/jdbc.properties @@ -1,8 +1,8 @@ -jdbc.url=jdbc\:mysql\://200.100.104.40\:3306/power?useUnicode\=true&characterEncoding\=utf-8 -jdbc.password=AbcXyz123 +#jdbc.url=jdbc\:mysql\://200.100.104.40\:3306/power?useUnicode\=true&characterEncoding\=utf-8 +#jdbc.password=AbcXyz123 -#jdbc.url=jdbc\:mysql\://localhost\:3306/gmpower?useUnicode\=true&characterEncoding\=utf-8 -#jdbc.password=docus702 +jdbc.url=jdbc\:mysql\://localhost\:3306/gmpower?useUnicode\=true&characterEncoding\=utf-8 +jdbc.password=docus702 jdbc.driver=com.mysql.jdbc.Driver jdbc.username=root