ADR-002 — Spring boot
Table of Contents
ADR |
ADR-002 |
|---|---|
Title |
Spring boot |
State |
Accepted |
Author |
klenkes74 |
Decision Body |
klenkes74 |
Valid from |
2025-03-30 |
Expires |
./. |
1. Context
To keep the system maintainable, it should not contain too many different programming languages. Also the frameworks should be limited and selected in a way, maintenance development can be streamlined.
2. Decision
Since we use java as the primary language, the decision was easy to use the spring-boot framework. Also the integrations of the spring-boot framework and its eco system should be used.