java

Spring is a java based MVC framework to develop enterprise application. Spring framework provides a complete framework in all the aspects of an enterprise application. It has different modules in it and the best part is spring never compels you to use all the modules at a time in your application. All the different modules like spring-core, spring-jdbc, spring-security,spring-aop can be used independently in any enterprise application and this is made Spring very popular over the period.

Spring is completely configuration based framework. Spring provides .xml, annotations and java based configurations and using these configurations you can build your enterprise application in a very short span of time. But sometimes these configurations are overhead and there are many boiler plate configurations too which developers generally don’t like to spend time on it. Spring Boot is a solution for this pain and it provides many production grade features out of the box to your application.

Spring Boot Features

Conclusion

This is a quick intro to Spring Boot. To get started with building sample Spring Boot applications and about different integrations of Spring Boot start from here – Spring Boot Tutorials Guide

Only2dhir (talk) 12:18, February 22, 2017 (UTC)