Skip to content

tomaslin/gs-spring-boot-spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

A sample app showing how to test spring boot with spock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published