From 4be10cc0d307dc69c090c52b2155342c6d6c084a Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Thu, 25 Jul 2024 18:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index ff63118..1f612fe 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -62,6 +62,11 @@ spring: connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 合并多个DruidDataSource的监控数据 use-global-data-source-stat: true + redis: + host: 127.0.0.1 + port: 6379 + password: 666 + database: 1 mybatis: config-location: classpath:mybatis/mybatis-config.xml @@ -127,6 +132,8 @@ security: check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key api-path: user-center: http://127.0.0.1:8091/operator/ + copyright: http://127.0.0.1:7025/copyright/ + copyright-external: http://192.168.0.103:7025/copyright/ # #