You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Auditing, health and metrics gathering can be automatically applied to your appl
13
13
14
14
[[production-ready-enabling]]
15
15
== Enabling production-ready features.
16
-
The https://github.com/spring-projects/spring-boot/tree/master/spring-boot-actuator[`spring-boot-actuator`] module provides all of Spring Boot's production-ready
17
-
features. The simplest way to enable the features is to add a dependency to the
18
-
`spring-boot-starter-actuator` ``Starter POM''.
16
+
The {github-code}/spring-boot-actuator[`spring-boot-actuator`] module provides all of
17
+
Spring Boot's production-ready features. The simplest way to enable the features is to add
18
+
a dependency to the `spring-boot-starter-actuator` ``Starter POM''.
0 commit comments