-
Notifications
You must be signed in to change notification settings - Fork 0
Home
t2run edited this page Nov 27, 2019
·
2 revisions
- 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.