From 01d8699fff5f235ed0bae6323b6bf4817f695681 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 16 Oct 2023 08:40:39 +0200 Subject: [PATCH] GH-328 - Add mission statement to reference documentation. --- src/docs/asciidoc/00-preface.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/docs/asciidoc/00-preface.adoc b/src/docs/asciidoc/00-preface.adoc index 53cf80a8..e3a648a0 100644 --- a/src/docs/asciidoc/00-preface.adoc +++ b/src/docs/asciidoc/00-preface.adoc @@ -2,6 +2,13 @@ [[preface]] = Preface +[[preface.overview]] +== Overview + +Spring Modulith is an opinionated toolkit to build domain-driven, modular applications with Spring Boot. +In the same way that Spring Boot has an opinion on the technical arrangement of an application, Spring Modulith implements an opinion on how to structure an app functionally and allows its individual, logical parts to interact with each other. +As a result, Spring Modulith enables developers to build applications that are easier to update so they can accommodate changing business requirements over time. + [[preface.project-metadata]] == Project Metadata