Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 936 Bytes

File metadata and controls

35 lines (23 loc) · 936 Bytes

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.