Spring Boot + WebFlux Project (with Kotlin)
Spring Boot + WebFlux Example (w/ Kotlin)
Prerequisites
- JDK 11+
- Port 8080
Getting Started
- Go to project root directory
- Open terminal and run sample API server
$ ./gradlew :sample-api-server:bootRun
- Open another terminal and run test
$ ./gradlew :spring-webflux-kotlin-example:test