Spring Boot

Lahiru Kariyawasam
1 min readMay 14, 2022

Spring Framework is a Java framework that is an open-source framework for developing microservices. Pivotal Team created it and is often used to create stand-alone and production-ready spring applications.

What is the beauty of Spring Framework?

Dependency injection is a feature of the Spring Framework that allows objects to declare their own dependencies, which the Spring container then injects into them. This allows developers to build modular programs with loosely linked components, which are perfect for microservices and decentralized applications.

Validation, Data binding, exception handling, type conversion, resource and event management, internationalization, and other common activities that an application must complete are all supported by Spring Framework. It works with AMQP (Advanced Message Queuing Protocol), RMI (Remote Method Invocation), Java Web Services, and other Java EE technologies. To summarize, Spring Framework gives developers all of the tools and capabilities they need to build flexible, cross-platform Java EE applications that can run in any environment.

--

--