Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 596 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 596 Bytes

Spring Webflux Groovy Sample Build Status

spring-boot, spring-webflux using dynamic groovy

./gradlew bootRun

http :8080/api/v1/messages message=hello
http :8080/api/v1/messages message=world
http :8080/api/v1/messages
http :8080

[NOTE]

For better developer experience during testing, use idea cURL integration tests from rest-client* files. Read more: https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html