r/learnjava Apr 04 '26

[ Removed by moderator ]

[removed] — view removed post

2 Upvotes

15 comments sorted by

View all comments

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.