An open API service indexing awesome lists of open source software.

https://github.com/fresult/just-reactive-web

My learning path to be a Backend Developer
https://github.com/fresult/just-reactive-web

functional-programming kotlin reactive-programming reactor spring-boot spring-webflux

Last synced: 3 months ago
JSON representation

My learning path to be a Backend Developer

Awesome Lists containing this project

README

        

# Reactive Programming with Reactor & Spring Boot Webflux

This project is created for _A Series of Reactive Programming with Reactor & Spring Boot Webflux (The Road to Backend
Developer Edition)_

You can check it out here.\
https://medium.com/p/555589fce607

## Prerequisite
1. Java Development Kit (JDK) version 21 or more
2. Gradle 8 (or more)
3. IntelliJ IDEA (or any preferred IDE)
4. Kotlin Plugin: (for IntelliJ IDEA’s user)
5. Docker (and Docker Compose)

## Scripts
Build
```shell
./gradlew clean build
```

Run
```shell
./gradlew bootRun
```