Spring Boot Notes
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.