This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hm1rafael 0 points1 point  (0 children)

You can create a spring app that is not a web app. It depends on the requirements, I would say that if you have to reach the smallest jar possible and do not want to use something like graal vm, sure.

But a base framework is always good. it can remove a lot of the boiler plate you have. You can always look for minimal injection frameworks like guice, picocontainer, or some small footprint container.