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/