Skip to content

Instantly share code, notes, and snippets.

@j-tim
Last active December 10, 2021 12:07
Show Gist options
  • Save j-tim/50d0d7d58f616482976afd5e1884644d to your computer and use it in GitHub Desktop.
Save j-tim/50d0d7d58f616482976afd5e1884644d to your computer and use it in GitHub Desktop.
Spring Boot 2.6.x Actuator Info contributor properties example
spring:
application:
name: example-app
info:
application:
name: ${spring.application.name}
description: Very cool Spring Boot application
version: '@project.version@'
spring-cloud-version: '@spring-cloud.version@'
spring-boot-version: '@project.parent.version@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment