From a42c80f22d1c1d1b128d14de57262d7cb9b565ee Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sat, 31 Aug 2019 13:24:52 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index 83fb3dd..31b0c5a 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,6 @@ public class AuthStateConfiguration { ## 附录 -### 1. 配置 - `justauth` 配置列表 | 属性名 | 类型 | 默认值 | 可选项 | 描述 | @@ -266,30 +264,3 @@ public class AuthStateConfiguration { | `justauth.cache.type` | `com.xkcoding.justauth.properties.CacheProperties.CacheType` | default | default/redis/custom | 缓存类型,default使用JustAuth默认的缓存实现,redis使用默认的redis缓存实现,custom用户自定义缓存实现 | | `justauth.cache.prefix` | `string` | JUSTAUTH::STATE:: | | 缓存前缀,目前只对redis缓存生效,默认 JUSTAUTH::STATE:: | | `justauth.cache.timeout` | `java.time.Duration` | 3分钟 | | 超时时长,目前只对redis缓存生效,默认3分钟 | - -### 2. 私服 - -如果想体验快照版本,需要在 `pom.xml` 文件里添加如下配置 - -```xml - - - - aliyun - aliyun - http://maven.aliyun.com/nexus/content/groups/public - - - - xkcoding-nexus - xkcoding nexus - https://nexus.xkcoding.com/repository/maven-public/ - - true - - - true - - - -``` \ No newline at end of file