Spring Question Prepaired
Spring Question Prepaired
ans:
Spring Boot works by scanning your application for annotations.
These annotations tell Spring Boot what kind of application you are building and
how to configure it.
For example, if you have an annotation that indicates that your application is a
web application,
Spring Boot will automatically configure a servlet container and a web server.
Spring Boot also provides a number of starters. These are dependency descriptors
that make it easy to add common features to your application. For example,
if you want to add a database to your application, you can add the Spring Boot
starter for JDBC.
This will automatically add the necessary dependencies to your project and
configure the database connection for you.
----
-----
Easier,
More production-ready
More scalable
Faster
More Customizable
-----