Skip to content

Instantly share code, notes, and snippets.

View SamuelJohnYates's full-sized avatar

SamuelJohnYates

View GitHub Profile
@SamuelJohnYates
SamuelJohnYates / HowToSpringData.md
Created April 15, 2021 15:53 — forked from dev-marisa/HowToSpringData.md
How to set up a Spring Boot Data Project w/ Bootstrap

Spring Boot Checklist

Step 0 - Starting the project

Inside of Package Explorer right click -> new -> Spring Starter Project

Inside of the Pop-up we need to:

  • Create a unique project name, example Pandas
  • Make sure the type is Maven