# gs-spring-boot-spock **Repository Path**: mirrors_openshift/gs-spring-boot-spock ## Basic Information - **Project Name**: gs-spring-boot-spock - **Description**: A sample app showing how to test spring boot with spock - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sample Spring Boot Application with Spock Tests A sample Spring Boot application with Spock tests. For more information, see the blog entry [Testing Spring Boot Applications with Spock](http://fbflex.wordpress.com/2013/09/18/testing-spring-boot-applications-with-spock/). ## Building, testing, and running with Gradle ### Testing To run the unit tests: ./gradlew test ### Building To run tests and build the JAR file: ./gradlew build ### Running ./gradlew bootRun ## Using IntelliJ IDEA See [Testing Spring Boot Applications with Spock](http://fbflex.wordpress.com/2013/09/18/testing-spring-boot-applications-with-spock/).