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
- Host: GitHub
- URL: https://github.com/fresult/just-reactive-web
- Owner: fResult
- Created: 2023-11-14T08:30:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:10:34.000Z (7 months ago)
- Last Synced: 2024-10-31T15:22:17.365Z (7 months ago)
- Topics: functional-programming, kotlin, reactive-programming, reactor, spring-boot, 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
```