SpringBoot

"Spring Boot make Spring Boot make it easy to create stand-alone application,production-grade Sprig base Application that can "Just run."
we take an opinionated view of tha Spring platform and third-party libraries so you can get started with minimum fess"

it is very popular Java-Base framework for building web and enterprise application and Spring framework provide a wide verity of the features for modern business needs.

  • It is very easy to develop Spring Base application with java or groovy
  • It reduce lots of developments time and increases productivity.
  • Spring boot avoid writing lots of boilerplate Code,Annotations and less Configuration.
  • Spring Boot Opinionated Default Configuration Approach to reduce Developer effort.
  • Spring boot has embedded HTTP Servers like Tomcat and Jetty and we can develop and test our web applications very easily.


why we used Spring Boot?
The main goal os Spring Boot framework is reduce Development as compare to Spring framework .
- TO avoid defining more Annotation COnfiguration.
- TO avoid XML Configuraiton completely.
- To avoid writing lots of import statements.

To Start Opinioned Approach to create Spring Boot Applications. The Spring Team has provide following three approaches.

1.Using Spring Boot CLI Tool.
2.Using Spring STS IDE
3.Using Spring initializer web side.


We will cove bellow topice in next pages:

1.Spring Boot - Installation
2.Spring Boot - Sample Example
3.Spring Boot - Important Annotations


No comments: