Skip to content

Commit 1fe681b

Browse files
committed
GH-289 - Polishing.
1 parent 4af54d0 commit 1fe681b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/asciidoc/80-observability.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Spring Modulith provides support to expose architectural information about your
55
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:
66

77
.Using the Spring Modulith Insight starter
8-
[source, xml,subs="+attributes"]
8+
[source, xml, subs="+attributes"]
99
----
1010
<dependency>
1111
<groupId>org.springframework.modulith</groupId>
@@ -26,7 +26,7 @@ The application module structure can be exposed as Spring Boot actuator.
2626
To enable the actuator, add the `spring-modulith-actuator` dependency to the project:
2727

2828
.Using the Spring Modulith actuator support
29-
[source, xml,subs="+attributes"]
29+
[source, xml, subs="+attributes"]
3030
----
3131
<dependency>
3232
<groupId>org.springframework.modulith</groupId>
@@ -119,7 +119,7 @@ The interaction between application modules can be intercepted to create Microme
119119
To activate the instrumentation add the following runtime dependency to your project:
120120

121121
.Using the Spring Modulith observability support
122-
[source, xml,subs="+attributes"]
122+
[source, xml, subs="+attributes"]
123123
----
124124
<dependency>
125125
<groupId>org.springframework.modulith</groupId>

0 commit comments

Comments
 (0)