Skip to content

areguig/boot-testContainers-spock-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot,testContainers and spock sample app

A sample spring boot application tested using TestContainers Spock framework.

I wrote this sample during the writing of my post about Testing Spring-Boot apps using TestContainers and Spock.

Requirements

  • Docker or docker-machine (for OS X)
  • Java 8

Tech stack :

Run the sample

  • run the tests
./gradlew test
  • run the app
./gradlew bootRun

Contributions :

Feel free to open issues or submit PRs if you thing it is needed.