https://github.com/daggerok/spring-webflux-groovy-example
Spring Webflux, spring-boot sample by using dynamic groovy
https://github.com/daggerok/spring-webflux-groovy-example
gradle groovy groovy-language spock spock-framework spock-groovy spock-spring spock-tests spring-boot spring-webflux
Last synced: about 1 month ago
JSON representation
Spring Webflux, spring-boot sample by using dynamic groovy
- Host: GitHub
- URL: https://github.com/daggerok/spring-webflux-groovy-example
- Owner: daggerok
- Created: 2019-07-30T22:46:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T01:41:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T00:41:46.700Z (over 1 year ago)
- Topics: gradle, groovy, groovy-language, spock, spock-framework, spock-groovy, spock-spring, spock-tests, spring-boot, spring-webflux
- Language: Groovy
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Webflux Groovy Sample [](https://travis-ci.org/daggerok/spring-webflux-groovy-example)
spring-boot, spring-webflux using dynamic groovy
```bash
./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