Spring Boot అనేది Spring Framework పై నిర్మించబడిన framework, ఇది దాదాపు ఎటువంటి boilerplate configuration లేకుండా stand-alone, production-ready Java applications ను సృష్టించడానికి మిమ్మల్ని అనుమతిస్తుంది. దీని రెండు పెద్ద ఆలోచనలు auto-configuration (classpath పై ఉన్నదాని నుండి మీకు అవసరమైన beans ను Spring ఊహిస్తుంది) మరియు starters (curated dependency bundles).
Starters
ఒక అనేది మొత్తం feature ను తీసుకువచ్చే ఒకే dependency. ను జోడించడం మీకు Spring MVC, embedded Tomcat, మరియు JSON కోసం Jackson ను ఇస్తుంది — మీరు versions ను చేతితో ఎంచుకోరు, Boot BOM దాన్ని చేస్తుంది.
