After knowing about 'What is Spring Boot?' in detail in a separate article, it's time to talk about the features of Spring Boot. Needless to say, Spring Boot is full of features, that's why it is being used in the majority of Java projects now-a-days. In this article, we are going to discuss Spring Boot Features in detail. If you are attending any interview of Java/Spring Boot, there are high chances that you may be asked to tell about some important features of Spring Boot. Spring-Boot comes with a lot of handy features that make the developer's life easier. Below are some of the important Spring Boot Features. CommandLineRunner CommandLineRunner is a very handy Spring Boot Features while testing a functionality just like the
Tag: Features of Spring
Why is Spring framework so popular ?
We have multiple frameworks in Java. Spring framework is most popular out of them. Some other widely used frameworks are Struts, JSF but Spring has already dominated all of them. Let's understand why is Spring framework so popular in this blog. Before that I would like you to focus on some basic terminologies used in the process of evolution of a Framework. What is a Framework ? Framework is a special type of software that is built on top of other technologies. It has ability to generate commonly used logics dynamically. It also provides abstraction on other technologies to simplify application/software development. eg. Spring on top of Servlet & JSP technologies, Struts on top of Servlet & JSP technologies, JSF top of