Skip to content

Example to setup a reactive web project with SpringBoot and Cucumber

License

Notifications You must be signed in to change notification settings

borisskert/springboot-webflux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why this project?

This is a little example how to set up cucumber within a Spring Boot Reactive Web environment.

Build and run test

Build

$ ./mvnw clean compile

Run tests

$ ./mvnw clean test

Build package

$ ./mvnw clean package

Run

$ java -jar target/webflux-example.jar

License

This solution is released under the Apache 2.0 License. Please see the LICENSE file for more information.

Links

Further links