From 09f992fd3b9fce693c2e558b175a7e4e7003f030 Mon Sep 17 00:00:00 2001 From: Mahone <22247537@qq.com> Date: Tue, 29 Mar 2022 19:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3readme?= 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..f8a71c7 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: xxxxxxxxxxxxx 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: