boot-spock-sample-app Travis CI

A sample application i made to lean spock .

Technical :

Requirements :

  • JDK 1.8

Build and run the app

git clone https://github.com/areguig/boot-spock-sample-app; cd boot-spock-sample-app
  • run the tests
./gradlew test
  • run the app
./gradlew bootRun