From 1c4e36f722cc28bbb40fe790376cc268eab4c8a1 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 4 Jan 2024 20:36:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++++--------- .../continew-starter-cache-redisson/pom.xml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a6327a9d..5b3337bf 100644 --- a/README.md +++ b/README.md @@ -115,16 +115,17 @@ e.g. 跨域配置 ```yaml --- ### 跨域配置 -cors: - enabled: true - # 配置允许跨域的域名 - allowed-origins: '*' - # 配置允许跨域的请求方式 - allowed-methods: '*' - # 配置允许跨域的请求头 - allowed-headers: '*' - # 配置允许跨域的响应头 - exposed-headers: '*' +continew-starter: + cors: + enabled: true + # 配置允许跨域的域名 + allowed-origins: '*' + # 配置允许跨域的请求方式 + allowed-methods: '*' + # 配置允许跨域的请求头 + allowed-headers: '*' + # 配置允许跨域的响应头 + exposed-headers: '*' ```
diff --git a/continew-starter-cache/continew-starter-cache-redisson/pom.xml b/continew-starter-cache/continew-starter-cache-redisson/pom.xml index be14d05a..ada37891 100644 --- a/continew-starter-cache/continew-starter-cache-redisson/pom.xml +++ b/continew-starter-cache/continew-starter-cache-redisson/pom.xml @@ -16,7 +16,7 @@ ContiNew Starter 缓存模块 - Redisson - + org.redisson redisson-spring-boot-starter