From 5e7be1e46d5d1787519189f23fb60bdeb775a7e7 Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期五, 18 八月 2023 14:04:35 +0800 Subject: [PATCH] Msg --- src/main/resources/application.yml | 35 ++++++++++++++++------------------- 1 files changed, 16 insertions(+), 19 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4f37202..b70fc9d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,4 @@ -# swagger生产环境中禁止显示 -swagger: - show: false + # mysql 多数据源 spring: application: @@ -13,22 +11,21 @@ # active: test-local #redis - redis: - database: 0 - host: 10.187.1.202 - port: 6379 - password: ZhongtaiRedis@103 - redisson: - pool: - max-active: 12 - min-idle: 6 - - jedis: - pool: - max-idle: 8 - max-active: 8 - max-wait: -1ms - min-idle: 1 +# redis: +# database: 0 +# host: 10.187.1.202 +# port: 6379 +# password: ZhongtaiRedis@103 +# redisson: +# pool: +# max-active: 12 +# min-idle: 6 +# jedis: +# pool: +# max-idle: 8 +# max-active: 8 +# max-wait: -1ms +# min-idle: 1 #security security: user: -- Gitblit v1.9.2