diff --git a/README.md b/README.md
index 630067fd..9a40034d 100644
--- a/README.md
+++ b/README.md
@@ -560,18 +560,18 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu
- 1.0.0-Alpha7
+ 1.0.0-Alpha8
```
- For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
- implementation("io.foldright:cffu:1.0.0-Alpha7")
+ implementation("io.foldright:cffu:1.0.0-Alpha8")
```
```groovy
// Gradle Groovy DSL
- implementation 'io.foldright:cffu:1.0.0-Alpha7'
+ implementation 'io.foldright:cffu:1.0.0-Alpha8'
```
- `cffu Kotlin`支持库:
- For `Maven` projects:
@@ -580,18 +580,18 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu-kotlin
- 1.0.0-Alpha7
+ 1.0.0-Alpha8
```
- For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
- implementation("io.foldright:cffu-kotlin:1.0.0-Alpha7")
+ implementation("io.foldright:cffu-kotlin:1.0.0-Alpha8")
```
```groovy
// Gradle Groovy DSL
- implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha7'
+ implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha8'
```
- `cffu bom`:
- For `Maven` projects:
@@ -600,7 +600,7 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu-bom
- 1.0.0-Alpha7
+ 1.0.0-Alpha8
pom
import
@@ -609,11 +609,11 @@ public class ConcurrencyStrategyDemo {
```groovy
// Gradle Kotlin DSL
- implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha7"))
+ implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha8"))
```
```groovy
// Gradle Groovy DSL
- implementation platform('io.foldright:cffu-bom:1.0.0-Alpha7')
+ implementation platform('io.foldright:cffu-bom:1.0.0-Alpha8')
```
- [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper):
- For `Maven` projects:
@@ -622,7 +622,7 @@ public class ConcurrencyStrategyDemo {
io.foldright
cffu-ttl-executor-wrapper
- 1.0.0-Alpha7
+ 1.0.0-Alpha8
runtime
```
@@ -630,11 +630,11 @@ public class ConcurrencyStrategyDemo {
```groovy
// Gradle Kotlin DSL
- runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha7")
+ runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha8")
```
```groovy
// Gradle Groovy DSL
- runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha7'
+ runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha8'
```
# 📚 更多资料
diff --git a/cffu-ttl-executor-wrapper/README.md b/cffu-ttl-executor-wrapper/README.md
index 766ca8c5..007c5000 100644
--- a/cffu-ttl-executor-wrapper/README.md
+++ b/cffu-ttl-executor-wrapper/README.md
@@ -18,7 +18,7 @@ For `Maven` projects:
io.foldright
cffu-ttl-executor-wrapper
runtime
- 1.0.0-Alpha7
+ 1.0.0-Alpha8
```
@@ -26,12 +26,12 @@ For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
-runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha7")
+runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha8")
```
```groovy
// Gradle Groovy DSL
-runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha7'
+runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha8'
```
`cffu-ttl-executor-wrapper` has published to maven central, find the latest version at