From 934a85be302e8b613b406cd899ba292e7b815912 Mon Sep 17 00:00:00 2001 From: Hantsy Bai Date: Wed, 8 Nov 2023 17:20:03 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3a007b3c..c1900eb6a 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ The following table list all sample codes related to the above posts. | [cache](https://github.com/hantsy/spring-reactive-sample/tree/master/cache) | Example of Cache Aync/Reactive support(with in-memory `ConcurrentHashMap`) | | [cache-caffeine](https://github.com/hantsy/spring-reactive-sample/tree/master/cache-caffeine) | Example of Cache Aync/Reactive support with Caffeine | | [cache-redis](https://github.com/hantsy/spring-reactive-sample/tree/master/cache-redis) | Example of Cache Aync/Reactive support with Redis | +| [event](https://github.com/hantsy/spring-reactive-sample/tree/master/event) | Application Event Reactive Example | [kotlin](https://github.com/hantsy/spring-reactive-sample/tree/master/kotlin) | Written in kotlin | | [kotlin-routes](https://github.com/hantsy/spring-reactive-sample/tree/master/kotlin-routes) | Use kotlin functional approach to declare beans and bootstrap the application programmatically | | [kotlin-dsl](https://github.com/hantsy/spring-reactive-sample/tree/master/kotlin-dsl) | Kotlin DSL bean definition example |