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-project/spring-boot-actuator-autoconfigure/src/docs/antora/modules/api/pages/rest/actuator/index.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ This API documentation describes Spring Boot Actuators web endpoints.
6
6
7
7
Before you proceed, you should read the following topics:
8
8
9
-
* <<overview.endpoint-urls>>
10
-
* <<overview.timestamps>>
9
+
* xref:#overview.endpoint-urls[]
10
+
* xref:#overview.timestamps[]
11
11
12
12
NOTE: In order to get the correct JSON responses documented below, Jackson must be available.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/packaging.adoc
The layout factory is provided as an implementation of `LayoutFactory` (from `spring-boot-loader-tools`) explicitly specified in the pom.
218
218
If there is only one custom `LayoutFactory` on the plugin classpath and it is listed in `META-INF/spring.factories` then it is unnecessary to explicitly set it in the plugin configuration.
219
219
220
-
Layout factories are always ignored if an explicit <<packaging.repackage-goal.parameter-details.layout-factory,layout>> is set.
220
+
Layout factories are always ignored if an explicit xref:#packaging.repackage-goal.parameter-details.layout-factory[layout] is set.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/using.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The parent project provides the following features:
9
9
* Compilation with `-parameters`.
10
10
* A dependency management section, inherited from the `spring-boot-dependencies` POM, that manages the versions of common dependencies.
11
11
This dependency management lets you omit `<version>` tags for those dependencies when used in your own POM.
12
-
* An execution of the <<goals.adoc#packaging.repackage-goal, `repackage` goal>> with a `repackage` execution id.
12
+
* An execution of the xref:maven-plugin:packaging.adoc#packaging.repackage-goal[`repackage` goal] with a `repackage` execution id.
13
13
* A `native` profile that configures the build to be able to generate a Native image.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/groovy/generateGoalsDocumentation.groovy
0 commit comments