From 4e4342260c9c58bc909f7a3ee4debe24bc842f21 Mon Sep 17 00:00:00 2001 From: bynt <13586541001@163.com> Date: Mon, 11 Dec 2023 18:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=9E=E8=B0=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/src/main/resources/application.yml b/admin/src/main/resources/application.yml index f2b2310..08ea218 100644 --- a/admin/src/main/resources/application.yml +++ b/admin/src/main/resources/application.yml @@ -5,7 +5,7 @@ spring: application: name: @artifactId@ profiles: - active: test + active: prod # 天爱图形验证码 @@ -55,6 +55,7 @@ ballcat: - /store/** - /v1/tripartite/** - /api/oceanEngine/** + - /oceanEngine/** # 项目 redis 缓存的 key 前缀 redis: key-prefix: 'ballcat:'