Introduction
What
- Opinionated framework: Spring Boot takes an opinionated view on how Spring app should be constructed stand up fully-wired application from controller to database.
- Rapid development: Spring Boot refers Spring frameworks (Spring MVC, Spring Data)
- Stand alone app: Spring Boot embeds Tomcat inside the app & produces a self-contained JAR.
ResRef
*** ResRef implies Resources & References :D ***