Skip to content
t2run edited this page Nov 27, 2019 · 2 revisions

Interview Questions on Spring Boot

1) What is Spring Boot?

  • Spring Boot is an opinionated framework built on top of the Spring Framework.
  • Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
  • A Spring Boot web application can be built to a stand-alone JAR. This JAR contains an embedded web server that can be started with java -jar.

Clone this wiki locally