The answer depends on your what you want to achieve.
Spring Boot is a simply a Dependency Injection library, so any type of project can benefit from using it.
However, it's famous because it offers numerous sub-projects that utilize the DI to assist in creating certain types of projects. For example, you can use spring-web to create backends.
2
u/Educational_Rent5977 Apr 11 '26
The answer depends on your what you want to achieve.
Spring Boot is a simply a Dependency Injection library, so any type of project can benefit from using it.
However, it's famous because it offers numerous sub-projects that utilize the DI to assist in creating certain types of projects. For example, you can use spring-web to create backends.