GH-289 - Polishing.

This commit is contained in:
Oliver Drotbohm
2023-09-04 09:55:04 +02:00
parent 4af54d09a6
commit 1fe681bffc

View File

@@ -5,7 +5,7 @@ Spring Modulith provides support to expose architectural information about your
As a production-ready application is likely to require both, the most convenient way to activate those features is to use the Spring Modulith Insight starter as follows:
.Using the Spring Modulith Insight starter
[source, xml,subs="+attributes"]
[source, xml, subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>
@@ -26,7 +26,7 @@ The application module structure can be exposed as Spring Boot actuator.
To enable the actuator, add the `spring-modulith-actuator` dependency to the project:
.Using the Spring Modulith actuator support
[source, xml,subs="+attributes"]
[source, xml, subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>
@@ -119,7 +119,7 @@ The interaction between application modules can be intercepted to create Microme
To activate the instrumentation add the following runtime dependency to your project:
.Using the Spring Modulith observability support
[source, xml,subs="+attributes"]
[source, xml, subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>