此版本仍在开发中,尚未被视为稳定版本。对于最新的稳定版本,请使用 Spring Boot 3.3.4! |
此版本仍在开发中,尚未被视为稳定版本。对于最新的稳定版本,请使用 Spring Boot 3.3.4! |
如果存在文件,Spring Boot Actuator 将显示与构建相关的信息。
该目标会生成包含项目坐标和构建时间的此类文件。
它还允许您添加任意数量的其他属性,如以下示例所示:META-INF/build-info.properties
build-info
<project>
<modelVersion>4.0.0</modelVersion>
<artifactId>build-info</artifactId>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>build-info</goal>
</goals>
<configuration>
<additionalProperties>
<encoding.source>UTF-8</encoding.source>
<encoding.reporting>UTF-8</encoding.reporting>
<java.version>${java.version}</java.version>
</additionalProperties>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
此配置将在预期位置生成一个 具有三个附加键。build-info.properties
java.version 预计是项目中可用的常规属性。
它将按照您的预期进行插值。 |
java.version 预计是项目中可用的常规属性。
它将按照您的预期进行插值。 |
spring-boot:build-info
org.springframework.boot:spring-boot-maven-plugin:3.4.0-SNAPSHOT
根据当前 .build-info.properties
MavenProject
可选参数
名字 | 类型 | 违约 |
---|---|---|
|
||
|
||
|
|
|
|
|
|
|
|
参数详情
additionalProperties
要存储在文件中的其他属性。每个条目在生成的 .build-info.properties
build.
build-info.properties
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
excludeInfoProperties
应排除的属性文件。可用于从 中排除标准 、 、 或 属性以及项目。build-info.properties
group
artifact
name
version
time
additionalProperties
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
名字 | 类型 | 违约 |
---|---|---|
|
||
|
||
|
|
|
|
|
|
|
|
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
|
名字 |
|
---|---|
类型 |
|
默认值 |
|
用户属性 |
|
因为 |
|