GH-387 - Update runtime.adoc by completing intro paragraph.

Original pull request: GH-384.
This commit is contained in:
Oliver Drotbohm
2023-11-24 15:51:09 +01:00
parent 019039e441
commit dc7668d229

View File

@@ -2,7 +2,7 @@
= Spring Modulith Runtime Support
The functionality described in previous chapters have all used the application module arrangement in either testing scenarios for verification and documentation purposes or were general support functionality that help to loosely couple modules but did not work with the application module structure directly.
In this section we are going to describe Spring Modulith's support for
In this section we are going to describe Spring Modulith's support for module initialization at application runtime.
[[runtime.setup]]
== Setting up Runtime Support for Application Modules