From c09872c8c260ed70264230344eb404b34ab71d60 Mon Sep 17 00:00:00 2001 From: zengqiao Date: Wed, 24 Aug 2022 21:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- km-rest/src/main/resources/application.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/km-rest/src/main/resources/application.yml b/km-rest/src/main/resources/application.yml index 6baa2e45..a6417157 100644 --- a/km-rest/src/main/resources/application.yml +++ b/km-rest/src/main/resources/application.yml @@ -17,7 +17,7 @@ spring: know-streaming: # know-streaming 自身数据库的配置 jdbc-url: jdbc:mariadb://127.0.0.1:3306/know_streaming?useUnicode=true&characterEncoding=utf8&jdbcCompliantTruncation=true&allowMultiQueries=true&useSSL=false&alwaysAutoGeneratedKeys=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true username: root - password: 123456 + password: mysql_pass driver-class-name: org.mariadb.jdbc.Driver maximum-pool-size: 20 idle-timeout: 30000 @@ -25,7 +25,7 @@ spring: logi-job: # know-streaming 依赖的 logi-job 模块的数据库的配置,默认与 know-streaming 的数据库配置保持一致即可 jdbc-url: jdbc:mariadb://127.0.0.1:3306/know_streaming?useUnicode=true&characterEncoding=utf8&jdbcCompliantTruncation=true&allowMultiQueries=true&useSSL=false&alwaysAutoGeneratedKeys=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true username: root - password: 123456 + password: mysql_pass driver-class-name: org.mariadb.jdbc.Driver max-lifetime: 60000 init-sql: true @@ -37,7 +37,7 @@ spring: logi-security: # know-streaming 依赖的 logi-security 模块的数据库的配置,默认与 know-streaming 的数据库配置保持一致即可 jdbc-url: jdbc:mariadb://127.0.0.1:3306/know_streaming?useUnicode=true&characterEncoding=utf8&jdbcCompliantTruncation=true&allowMultiQueries=true&useSSL=false&alwaysAutoGeneratedKeys=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true username: root - password: 123456 + password: mysql_pass driver-class-name: org.mariadb.jdbc.Driver app-name: know-streaming resource-extend-bean-name: myResourceExtendImpl @@ -74,8 +74,7 @@ client-pool: # es客户端服务地址 -es.client.address: 127.0.0.1:8061 - +es.client.address: 127.0.0.1:8060 # 普罗米修斯指标导出相关配置 management: