https://github.com/fresult/just-reactive-web
My learning path to be a Backend Developer (Spring Boot)
https://github.com/fresult/just-reactive-web
functional-programming gradle-kotlin-dsl kotlin project-reactor projectreactor reactive-programming spring-boot-3 spring-webflux
Last synced: about 1 month ago
JSON representation
My learning path to be a Backend Developer (Spring Boot)
- Host: GitHub
- URL: https://github.com/fresult/just-reactive-web
- Owner: fResult
- Created: 2023-11-14T08:30:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:10:34.000Z (about 1 year ago)
- Last Synced: 2025-07-26T14:49:42.454Z (4 months ago)
- Topics: functional-programming, gradle-kotlin-dsl, kotlin, project-reactor, projectreactor, reactive-programming, spring-boot-3, spring-webflux
- Language: Kotlin
- Homepage: https://medium.com/p/555589fce607
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```