Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 636 Bytes

TDD with Spring Boot

Code & Slides for my talk about using TDD to create a Spring Boot App.

Did you know that tests are first class citizen in Spring Boot? You can actually create a whole application using only TDD in about half an hour (try this with JEE, folks 😉).

Structure

  • slides contains my presentation. It is also available on GH Pages
  • code contains a sample project
  • hipster is the same sample project with hipster stuff

Other Resources