From 69027045f0155880869543aaa4d623f9c5b2ebb9 Mon Sep 17 00:00:00 2001 From: Mahone <22247537@qq.com> Date: Mon, 28 Mar 2022 09:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml index 2765002..88da6a7 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml @@ -27,10 +27,10 @@ base: ##ElasticSearch服务配置 for highLevelRestClient esclient: - master-host: 119.29.145.199 + master-host: 127.0.0.1 master-port: 9200 master-user-name: elastic - master-user-pwd: d1nyX77wMN4SrCpfYTrG + master-user-pwd: ckjdjkfjjkqirooooic spring: servlet: @@ -111,9 +111,9 @@ spring: connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:mysql://119.29.145.199:6033/km_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://127.0.0.1:3306/km?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root - password: kyxxjs@2tencent + password: xxxxxxxxxx driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: