Goals of Spring Boot by R4R Team

The main goal of Spring Boot is to reduce development time , unit testing time and integration test time.ÂÂ

Along with this also for following :-

Provides Opinionated Development approach
Avoids defining more Annotation Configuration
Avoids writing lots of import statements
Avoids XML Configuration.


By providing or avoiding the above points, Spring Boot Framework reduces Development time, Developer Effort, and increases productivity.

Leave a Comment: