spring-webflux
There are 691 repositories under spring-webflux topic.
hs-web/hsweb-framework
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
springdoc/springdoc-openapi
Library for OpenAPI 3 with spring-boot
hantsy/spring-reactive-sample
Spring 5/6 Reactive playground
rieckpil/blog-tutorials
:star: Codebase for various tutorials about Java, Spring Boot, AWS, Kotlin, and Testing
thymeleaf/thymeleaf-spring
Thymeleaf integration module for Spring
MarcGiffing/bucket4j-spring-boot-starter
Spring Boot Starter for Bucket4j
zhudyos/duic
分布式配置中心,集中化配置管理,应用配置权限管理,配置实时更新等功能
hoangtien2k3/ecommerce-microservices
⚡️ Microservice Architecture with system for e-commerce project! Spring Boot microservices app with 🌀 Spring Cloud, Robust and resilient backend managing e-Commerce app... ❄️ Using Kafka Client, kafka server send message, Reactive Programming with WebFlux - Project Reactor.
hantsy/spring-reactive-jwt-sample
Secures REST APIs with Spring Security and JWT Token-based Authentication powered by Spring Reactive stack
mostafacs/ecommerce-microservices-spring-reactive-webflux
E-commerce demo with spring reactive webflux and spring cloud microservice
RawSanj/spring-redis-websocket
Multi-instance Reactive WebSocket messaging Chat App demo using Spring Boot 3.x, Java 21 and Redis Pub/Sub
LearningByExample/reactive-ms-example
An educational project to learn reactive programming with Spring 5
kptfh/feign-reactive
Reactive Feign client based on Spring WebFlux
callicoder/spring-webflux-reactive-rest-api-demo
Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo
ard333/spring-boot-webflux-jjwt
Example Spring Boot and WebFlux (Reactive Web) with Spring Security and JWT for token Authentication and Authorization
oktadev/okta-spring-webflux-react-example
Reactive Spring WebFlux API + Real-time React
terry960302/sample-spring-webflux-pattern
(Kotlin, Postgresql, Webflux, Springboot, Coroutine etc...) 저처럼 인터넷 휘젓고 다니지 말고 webflux 패턴으로 spring으로 시작하시려는 분에게 도움을 주고자 만들었습니다.
YeautyYE/justpay
spring-boot2.0.0+Dubbox+spring-webflux的轻量级分布式聚合支付
piomin/sample-spring-cloud-webflux
sample microservices demonstrating usage of spring reactive support with spring webflux and integration spring cloud, eureka, ribbon, spring cloud gateway, spring data jpa and mongodb
Angular2Guy/AngularAndSpring
This is an example application to show howto use Spring Boot 3, Angular 20, Kafka with Streams and Mongodb with the reactive features of Spring in a clean architecture and a Helm chart for the Kubernetes setup. Structurizr is used for C4 diagrams.
andifalk/reactive-spring-security-5-workshop
Hands-On workshop for securing a reactive spring boot 2 application in multiple steps
daggerok/spring-5-examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
mohitsinha/spring-boot-webflux-reactive-mongo
A sample project created using Spring Boot 2, Spring Data Mongo-Db Reactive, Spring Boot Webflux, Spring Security Webflux, Functional Routes
cf-toolsuite/cf-butler
My purpose in life is to cleanup stale apps and services on a Cloud Foundry foundation. I can be configured to report on and remove orphaned services and stopped app instances older than a configurable duration. I do many other useful things too.
AleksK1NG/Kotlin-Clean-Architecture-CQRS
Kotlin Clean Architecture and CQRS microservice
Recks11/Webflux-Streaming-Service
Spring Webflux Video streaming service
ivangfr/spring-data-jpa-r2dbc-mysql-stream-million-records
In this project, we will implement two Spring Boot Java Web application called streamer-data-jpa and streamer-data-r2dbc. They both will fetch 1 million of customer records from MySQL and stream them to Kafka. The main goal is to compare the application's performance and resource utilization.
joumenharzli/spring-rdbms-cdc-kafka-elasticsearch
Denormalize and Index MySQL database with ElasticSearch and Kafka
AleksK1NG/Transactional_Outbox_with_Spring_and_Kotlin
Kotlin-Spring-OutBox-Microservice
piomin/sample-spring-reactive
Sample reactive microservices using spring 5, spring boot, spring webflux, project reactor and Mongo database
svgagan/server-sent-events
WebFlux Server using the Spring WebFlux framework and reactive Kafka which exposes a REST API for the clients to make secure HTTP requests. Once a secure connection is established between the client and the web flux server, it consumes messages from Kafka topics and pushes the data asynchronously without closing connection with the client unless required.
dev-aritra/spring-hexagonal
An application to demonstrate Hexagonal architecture with Domain, Presenter & Entity segregation on Spring WebFlux
hiper2d/awesome-blog
A blog project designed with microservices using Spring 5, Spring Boot 2, Spring Cloud Netflix 2, Angular 7, Kotlin
LearningByExample/KotlinReactiveMS
An educational project to learn reactive programming with Spring 5 and Kotlin
piomin/sample-spring-data-webflux
Demo apps showing how to use R2DBC with Spring Boot, Spring Data and Spring WebFlux on Postgres database
ajavageek/springfunctional-migration
A step-to-step migration from JavaConfig to functional