From f81936127fd8a1e1ca7109ad7a58e5e5cc5fb47f Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Tue, 6 Apr 2021 22:35:04 +0800 Subject: [PATCH] docs update, change version 1.0.1 to 1.0.2 --- README.md | 8 +++++--- README_CN.md | 10 ++++++---- core/pom.xml | 4 ++-- docs/README.md | 6 ++++-- docs/_coverpage.md | 2 +- docs/cn/README.md | 4 +++- docs/cn/_coverpage.md | 2 +- docs/cn/quickstart.md | 4 ++-- docs/quickstart.md | 4 ++-- pom.xml | 2 +- 10 files changed, 27 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2646156e..08b8fdf8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ > A simple and efficient open-source jvm security framework that focus on the protection of restful api. [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -73,6 +73,8 @@ Detail see [Benchmark Test](https://github.com/tomsun28/sureness-shiro-spring-se - [x] sureness integration javalin sample [sample-javalin](samples/javalin-sureness) - [x] sureness integration ktor sample [sample-ktor](samples/ktor-sureness) - [x] sureness integration spring webflux sample [sample-spring-webflux](samples/spring-webflux-sureness) +- [x] sureness integration session sample [sureness-session](samples/sureness-session) +- [x] sureness integration redis cache session sample [sureness-redis-session](samples/sureness-redis-session) - [x] more samples todo ## 🔨 Quick Start @@ -94,11 +96,11 @@ When use maven or gradle build project, add coordinate com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### 🐵 Use the Default Configuration to Configure Sureness diff --git a/README_CN.md b/README_CN.md index 81e4d5af..c65a8f41 100644 --- a/README_CN.md +++ b/README_CN.md @@ -9,7 +9,7 @@ > 面向`restful api`的高性能认证鉴权框架 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -71,7 +71,9 @@ - [x] sureness集成quarkus样例 [sample-quarkus](samples/quarkus-sureness) - [x] sureness集成javalin样例 [sample-javalin](samples/javalin-sureness) - [x] sureness集成ktor样例 [sample-ktor](samples/ktor-sureness) -- [x] sureness集成spring webflux样例 [sample-spring-webflux](samples/spring-webflux-sureness) +- [x] sureness集成spring webflux样例 [sample-spring-webflux](samples/spring-webflux-sureness) +- [x] sureness使用session样例 [sureness-session](samples/sureness-session) +- [x] sureness分布式缓存session样例 [sureness-redis-session](samples/sureness-redis-session) - [x] more samples todo @@ -93,11 +95,11 @@ com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### 🐵 使用默认配置来配置sureness diff --git a/core/pom.xml b/core/pom.xml index 1942abfe..049f3d50 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 jar sureness @@ -40,7 +40,7 @@ scm:git:https://github.com/tomsun28/sureness.git https://github.com/tomsun28/sureness - 1.0.0 + 1.0.2 diff --git a/docs/README.md b/docs/README.md index 569a1ea1..e23d5899 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ > A simple and efficient open-source jvm security framework that focus on the protection of restful api. [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -65,5 +65,7 @@ Detail see [Benchmark Test](https://github.com/tomsun28/sureness-shiro-spring-se - [x] sureness integration quarkus sample [sample-quarkus](sample-quarkus.md) - [x] sureness integration javalin sample [sample-javalin](sample-javalin.md) - [x] sureness integration ktor sample [sample-ktor](sample-ktor.md) -- [x] sureness integration spring webflux sample [spring-webflux-sureness](sample-spring-webflux.md) +- [x] sureness integration spring webflux sample [spring-webflux-sureness](sample-spring-webflux.md) +- [x] sureness integration session sample [sureness-session](https://github.com/usthe/sureness/tree/master/samples/sureness-session) +- [x] sureness integration redis cache session sample [sureness-redis-session](https://github.com/usthe/sureness/tree/master/samples/sureness-redis-session) - [x] more samples todo diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 52c4666d..eefc2557 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](_media/hat-128.svg) -# sureness 1.0.1 for jvm +# sureness 1.0.2 for jvm > Focusing on Protection of Restful Api. diff --git a/docs/cn/README.md b/docs/cn/README.md index ff9639f8..6f0c8805 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -9,7 +9,7 @@ > 面向`restful api`的高性能认证鉴权框架 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -67,4 +67,6 @@ - [x] sureness集成javalin样例 [sample-javalin](cn/sample-javalin.md) - [x] sureness集成ktor样例 [sample-ktor](cn/sample-ktor.md) - [x] sureness集成spring webflux样例 [spring-webflux-sureness](cn/sample-spring-webflux.md) +- [x] sureness使用session样例 [sureness-session](https://github.com/usthe/sureness/tree/master/samples/sureness-session) +- [x] sureness分布式缓存session样例 [sureness-redis-session](https://github.com/usthe/sureness/tree/master/samples/sureness-redis-session) - [x] more samples todo diff --git a/docs/cn/_coverpage.md b/docs/cn/_coverpage.md index 6f667781..6e2dc894 100644 --- a/docs/cn/_coverpage.md +++ b/docs/cn/_coverpage.md @@ -1,6 +1,6 @@ ![logo](../_media/hat-128.svg) -# sureness 1.0.1 for jvm +# sureness 1.0.2 for jvm > 面向`restful api`的高性能认证鉴权框架 diff --git a/docs/cn/quickstart.md b/docs/cn/quickstart.md index 4d582778..a3d9ed00 100644 --- a/docs/cn/quickstart.md +++ b/docs/cn/quickstart.md @@ -17,11 +17,11 @@ com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### 使用默认配置来配置sureness diff --git a/docs/quickstart.md b/docs/quickstart.md index 022b895c..6ec3f374 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -17,11 +17,11 @@ When use maven or gradle build project, add coordinate com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### Use the default configuration to configure sureness diff --git a/pom.xml b/pom.xml index f9cef632..a63f189d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ UTF-8 - 1.0.1 + 1.0.2 1.8 1.8 1.8