From d061cdc40c257b616ac078120211a28ba9524c81 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Mon, 6 Mar 2023 18:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BB=B6=E5=88=97=E8=A1=A8/=E6=A1=88?= =?UTF-8?q?=E4=BB=B6=E7=BB=9F=E8=AE=A1=20=E5=A2=9E=E5=8A=A0=20=E4=B8=93?= =?UTF-8?q?=E7=AE=A1=E5=91=98=E5=8C=BA=E5=9F=9F=20=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-btgxq.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-btgxq.yml b/src/main/resources/application-btgxq.yml index fa76cb9..363db94 100644 --- a/src/main/resources/application-btgxq.yml +++ b/src/main/resources/application-btgxq.yml @@ -1,7 +1,7 @@ server: port: 7021 - url: http://192.168.0.103:7021/usercenter - ws: ws://192.168.0.103:7021/usercenter/ws + url: http://192.168.0.15:7021/usercenter + ws: ws://192.168.0.15:7021/usercenter/ws title: 统一用户管理平台 login-page-name: 统一用户管理平台 default-home-page: index-gxq @@ -29,7 +29,7 @@ spring: max-request-size: 1GB datasource: druid: - url: jdbc:mysql://127.0.0.1:3306/db_btgxq_usercenter?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC + url: jdbc:mysql://192.168.0.151:3306/db_btgxq_city?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC db-type: mysql driver-class-name: com.mysql.cj.jdbc.Driver username: root