B
B
Bakotiinii2019-05-18 02:12:16
Java
Bakotiinii, 2019-05-18 02:12:16

Is Spring Boot suitable for monolith?

There is a task to write enough "custom" monolithic application. If the idea shoots, then it will already be possible to break it into subservices and so on (not so important yet). I want to write in Java, take Spring as a platform.
I understand that Spring Boot is most often mentioned in microservice architecture, when you need to write a typed microservice and connect it to the infrastructure. And Spring Boot itself is a prepared configuration that is easy to start, but at the same time it is difficult to customize it (if necessary).
Actually, the question is whether Spring Boot is suitable for a monolith with sufficiently custom logic, or should "full-fledged Spring" be used.
Ps Or point out that I generally misunderstand this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2019-05-18
@Bakotiinii

Boot is just an autoconfigurator and launcher for Spring applications. He doesn't care what architectural principles this application is built on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question