Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 482 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 482 Bytes

Spring Boot Geb

This project shows how to integrate Geb and Spock to implement BDD to your Spring Boot application

To run the project with Gradle

gradle bootRun

To test the project with Gradle

gradle test

To run the project with Maven

mvn spring-boot:run

To test the project with Maven

mvn test

Read this as reference

http://josdem.io/techtalk/spring/spring_boot_geb/