Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 744 Bytes

read11.md

File metadata and controls

13 lines (6 loc) · 744 Bytes

Spring

The Spring Framework is an application framework and inversion of control container for the Java platform. The framework's core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE platform

What is Spring Boot used for?

Spring Boot helps developers create applications that just run. Specifically, it lets you create standalone applications that run on their own, without relying on an external web server, by embedding a web server such as Tomcat or Netty into your app during the initialization process.

Web-Content

SpringMVC