Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 426 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 426 Bytes

This repo has a few examples of Spring dependencies and Spring boot

Feel free to run it using ./gradlew run and then just hit it in the browser on localhost:8080

The relevant test endpoint is http://localhost:8080/walk/walkers and http://localhost:8080/walk/walkers/David

You can comment out and comment in the different annotations in Application.class to see the different ways that Spring can wire up its dependencies