Skip to content

Spring WebFlux vs WebMVC. Reading configurations in build.gradle.kts and settings.gradle.kts as extras from gradle.properties file

Notifications You must be signed in to change notification settings

daggerok/kotlin-webflux-mvc

Repository files navigation

kotlin-webflux-mvc Build Status

Spring WebFlux vs Spring MVC

build jar

windows

./gradlew build
# on wndows:
# gradlew build

start spring-mvc

java -jar build/libs/kotlin-webflux-mvc-0.0.1-SNAPSHOT.jar --spring.profiles.active=mvc
http :8080/
http :8080/not-found
http :8080/api/message 
http --stream :8080/api/messages 

start spring-webflux

java -jar build/libs/kotlin-webflux-mvc-0.0.1-SNAPSHOT.jar --spring.profiles.active=webflux
http :8080/
http :8080/not-found
http :8080/api/message
http :8080/api/messages --stream 

resources

About

Spring WebFlux vs WebMVC. Reading configurations in build.gradle.kts and settings.gradle.kts as extras from gradle.properties file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published