0% found this document useful (0 votes)
643 views

Spring Boot Notes

Spring Boot is an open source framework developed by Pivotal that provides auto-configuration to reduce the amount of code needed for application development. It supports Spring versions 1.x and 2.x and handles jar version management through parent and child jars.

Uploaded by

Nagaraju Guddati
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
643 views

Spring Boot Notes

Spring Boot is an open source framework developed by Pivotal that provides auto-configuration to reduce the amount of code needed for application development. It supports Spring versions 1.x and 2.x and handles jar version management through parent and child jars.

Uploaded by

Nagaraju Guddati
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Spring Boot Notes:

1) what is springBoot ?
-->Sprng Boot is open source spring based framework which is developed by pivotal
team
--> Available spring versions are
a)Spring Boot 1.x.
b)Spring Boot 2.x.
-->Srping Boot provides the autconfiguration it will reduce the comman lines of
code in application development and handles the jar version management through
parent jars and child jars.

You might also like