This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Boot 4.1.1!

Environment (env)

The env endpoint provides information about the application’s Environment.

Retrieving the Entire Environment

To retrieve the entire environment, make a GET request to /actuator/env, as shown in the following curl-based example:

$ curl 'http://localhost:8080/actuator/env' -i -X GET

The resulting response is similar to the following:

HTTP/1.1 200 OK
Content-Type: application/vnd.spring-boot.actuator.v3+json
Content-Length: 26827

{
  "activeProfiles" : [ ],
  "defaultProfiles" : [ "default" ],
  "propertySources" : [ {
    "name" : "servletContextInitParams",
    "properties" : { }
  }, {
    "name" : "systemProperties",
    "properties" : {
      "java.specification.version" : {
        "value" : "25"
      },
      "java.class.path" : {
        "value" : "/home/runner/.gradle/caches/9.7.0/workerMain/gradle-worker.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/documentation/spring-boot-actuator-docs/build/classes/java/test:/home/runner/work/spring-boot-commercial/spring-boot-commercial/documentation/spring-boot-actuator-docs/build/resources/test:/home/runner/work/spring-boot-commercial/spring-boot-commercial/test-support/spring-boot-test-support/build/libs/spring-boot-test-support-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/core/spring-boot-test/build/libs/spring-boot-test-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-actuator-autoconfigure/build/libs/spring-boot-actuator-autoconfigure-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-cache/build/libs/spring-boot-cache-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-flyway/build/libs/spring-boot-flyway-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-health/build/libs/spring-boot-health-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-webmvc/build/libs/spring-boot-webmvc-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-http-converter/build/libs/spring-boot-http-converter-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-integration/build/libs/spring-boot-integration-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-jackson/build/libs/spring-boot-jackson-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-liquibase/build/libs/spring-boot-liquibase-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-jdbc/build/libs/spring-boot-jdbc-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-micrometer-metrics/build/libs/spring-boot-micrometer-metrics-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-quartz/build/libs/spring-boot-quartz-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-reactor-netty/build/libs/spring-boot-reactor-netty-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-session/build/libs/spring-boot-session-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-tomcat/build/libs/spring-boot-tomcat-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-webflux/build/libs/spring-boot-webflux-4.2.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-registry-prometheus/1.18.0-M1/e50094bf3a92576ac49ff0fa8652e12ae4b6549e/micrometer-registry-prometheus-1.18.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-core/1.18.0-M1/9d224b81d1d9b0de834de745d1bb9d9f6e83f727/micrometer-core-1.18.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-exposition-formats/1.8.0/61e073246bec7dcb8ad2f060af4385a0c37e5c86/prometheus-metrics-exposition-formats-1.8.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.restdocs/spring-restdocs-mockmvc/4.0.1/dcc2c2b92fa24d2222db8cfeed647dc3bc244bb7/spring-restdocs-mockmvc-4.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.restdocs/spring-restdocs-webtestclient/4.0.1/632e53f13ac477d384f8b3e0f83f5cc0dfd46d63/spring-restdocs-webtestclient-4.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter/6.1.3/cd72619e9eb4cf64e30a87615a4f9b50a80ce103/junit-jupiter-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-junit-jupiter/5.23.0/e66b5f34ffea58bf4388aba58f66a209daeba4fd/mockito-junit-jupiter-5.23.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-engine/6.1.3/3778a548f15693db463c3d090b419c64b486b848/junit-jupiter-engine-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-params/6.1.3/435fa4ec654c11fb82e666a47d9baefcee3f8df6/junit-jupiter-params-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-api/6.1.3/6a57f0ce4d6bfe9784d103077055ba39f3e6f638/junit-jupiter-api-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-engine/6.1.3/e48a6061b576ebe36eac3b518dc917c23d119a91/junit-platform-engine-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-commons/6.1.3/acb99d3482ea51fcbcc4f6ea8672761e2b3d5bb7/junit-platform-commons-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-launcher/6.1.3/dad54f7f53b702e6e6f873bc19903dfec870bf1b/junit-platform-launcher-6.1.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.6.1/124aff5317e34a46c53b4a155efe878c0a9c6640/logback-classic-1.6.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.h2database/h2/2.4.240/686180ad33981ad943fdc0ab381e619b2c2fdfe5/h2-2.4.240.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-supplier/1.9.27/538c7d2d09a33c374c1fc7ab27fa00f461ce26c4/maven-resolver-supplier-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-resolver-provider/3.9.13/ab689aca61aaf3a27b048691a23ca64ebe913aec/maven-resolver-provider-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model-builder/3.9.13/d4d3b2ce476a73f6ac6edc35f4f89be37d99f990/maven-model-builder-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-impl/1.9.27/876fc89223d9572cade60a1b8158846724548d07/maven-resolver-impl-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-connector-basic/1.9.27/219c1f8c3289b9382b1f86fc278430d3a22968c3/maven-resolver-connector-basic-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-transport-file/1.9.27/89a2b09002672807c05b3b10afccbcb9cfcd8486/maven-resolver-transport-file-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-transport-http/1.9.27/6931510aec55201631d9d904a7d4f8f81541a335/maven-resolver-transport-http-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-spi/1.9.27/fb64e47acdc73f938b4d5b6464ef7a6351f983d5/maven-resolver-spi-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-util/1.9.27/7ee4446af6aab27475765ec9c9dc1fb2b082af2b/maven-resolver-util-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-api/1.9.27/2fe7e86e3c193121789470507cf4fadd5bd7ad59/maven-resolver-api-1.9.27.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/core/spring-boot-autoconfigure/build/libs/spring-boot-autoconfigure-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-actuator/build/libs/spring-boot-actuator-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-transaction/build/libs/spring-boot-transaction-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-sql/build/libs/spring-boot-sql-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-micrometer-observation/build/libs/spring-boot-micrometer-observation-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-web-server/build/libs/spring-boot-web-server-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-netty/build/libs/spring-boot-netty-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-http-codec/build/libs/spring-boot-http-codec-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-servlet/build/libs/spring-boot-servlet-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/module/spring-boot-persistence/build/libs/spring-boot-persistence-4.2.0-M1.jar:/home/runner/work/spring-boot-commercial/spring-boot-commercial/core/spring-boot/build/libs/spring-boot-4.2.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-test/7.1.0-M1/c57436fcff808ea4be263ee73a44baf406cf9a2a/spring-test-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context-support/7.1.0-M1/4aeee01053ed14724eb9bdc8a7121e509c4b1b0e/spring-context-support-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.flywaydb/flyway-core/12.11.0/99b145893a0492379b10aae207a7633b0790aa1f/flyway-core-12.11.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webflux/7.1.0-M1/76985933ce5aa490909111bc4d70975ecb0addb8/spring-webflux-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/7.1.0-M1/87539a5e61f4bcb5a8f202e8170a0b4d7d8fef93/spring-webmvc-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.restdocs/spring-restdocs-core/4.0.1/e711b16a002a2fcf1ce51dba773a9bd81ab51e11/spring-restdocs-core-4.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/7.1.0-M1/d33e3bda55ce0e91a6d0ad2a07ca9c3992ae8b0f/spring-web-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.integration/spring-integration-core/7.2.0-M1/12ccac7a4a9b1c3d6bda9ff7ae79a60329b5742d/spring-integration-core-7.2.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/tools.jackson.core/jackson-core/3.1.5/ccd7eb3269b8d33bc097b36770f367cdfe2f1150/jackson-core-3.1.5.jar:/home/runner/.gradle/caches/modules-2/files-2.1/tools.jackson.core/jackson-databind/3.1.5/782178f0b1fe088803c03b85eb9a406f60519044/jackson-databind-3.1.5.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jdbc/7.1.0-M1/318e9687a47564aaf5e2bdaba99a253584eeee7e/spring-jdbc-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.liquibase/liquibase-core/5.0.3/2a2b324d218a847ec8fa688b75bc58d0b09f38e2/liquibase-core-5.0.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.quartz-scheduler/quartz/2.5.2/2c3a3d8dc34774607e73370352bb1c1beb82b71a/quartz-2.5.2.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.projectreactor.netty/reactor-netty-http/1.4.0-M1/cfd3ba64db62342fd3c2e47ecfbaa290896bfa2c/reactor-netty-http-1.4.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework.session/spring-session-core/4.1.1/93ce6dadf296deaead4e91091ccbd41a657be7ca/spring-session-core-4.1.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/11.0.24/172bb449cba1a8ffcffa249727907602a4cc899/tomcat-embed-core-11.0.24.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.annotation/jakarta.annotation-api/3.0.0/54f928fadec906a99d558536756d171917b9d936/jakarta.annotation-api-3.0.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.jayway.jsonpath/json-path/3.0.0/53913e54e804386c8e375e567410bb2c86666ad/json-path-3.0.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.27.7/2f4f64f054c9d618d4b1d89e7611559f5e2cfff7/assertj-core-3.27.7.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.awaitility/awaitility/4.3.0/f0c0bc1e404e500bab3f498b922eaedeae1c0207/awaitility-4.3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-library/3.0/d42c7c6c28654a3d1eb654edaa82fd85c01ce417/hamcrest-library-3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/3.0/254f69f4b0ca22198acfc19fcdd5f96140431c3e/hamcrest-core-3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/5.23.0/a5cf3cf244300e4cd05f779827cf50d373a8460e/mockito-core-5.23.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.skyscreamer/jsonassert/1.5.3/aaa43e0823d2a0e106e8754d6a9c4ab24e05e9bc/jsonassert-1.5.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context/7.1.0-M1/10e2f176e3d55c3a8af62be8050397f355a2ff2a/spring-context-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core-test/7.1.0-M1/2078eda87515e2ef24d1b8244ada79bb09a95243/spring-core-test-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-tx/7.1.0-M1/f2d86f9a2aae75b718868d36dd733b29af50a849/spring-tx-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-aop/7.1.0-M1/4f799a9611c49ccc92fd3567bfa7377f3c62ced7/spring-aop-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-messaging/7.1.0-M1/bb48b08f7d0bc8bea6707bff1c7c0422bcd75b29/spring-messaging-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/7.1.0-M1/e71bfa4dc1a6b9e2f26371abd52a17f0735fd67f/spring-beans-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-expression/7.1.0-M1/997f1992a2440783679d407927b4dd717715c4f3/spring-expression-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/7.1.0-M1/21f6d1f826887e9818dbff851f4c00b4f91a9015/spring-core-7.1.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.inject/jakarta.inject-api/2.0.1/4c28afe1991a941d7702fe1362c365f0a8641d1e/jakarta.inject-api-2.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.18.11/8fcc3779ff85fae5164cd1b977798ca1af388e06/byte-buddy-1.18.11.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.18.11/82212e5b3633e7a65fca8bec525762cfb6c9bae4/byte-buddy-agent-1.18.11.jar:/home/runner/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.22.1/da09bcdb330deef7cfee70f30c6889fda70d5ebf/commons-codec-1.22.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.opencsv/opencsv/5.12.0/bc55d53c0961f8b191c96276e778a9ec67f7dd58/opencsv-5.12.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-text/1.15.0/9899093aa40f0199d6c39b131b8f087cdb37e399/commons-text-1.15.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.20.0/65897b3e5731220962e659e001904af3c3cbeba9/commons-lang3-3.20.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.4.0/e8f6313365dfa0580e49c58837afc8caa9b4ce05/commons-logging-1.4.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.14.0/efc0e34ede4e3204eaefb84a00e55e8c86634382/gson-2.14.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest/3.0/8fd9b78a8e6a6510a078a9e30e9e86a6035cfaf7/hamcrest-3.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.14/1194890e6f56ec29177673f2f12d0b8e627dec98/httpclient-4.5.14.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.xml.bind/jakarta.xml.bind-api/4.0.5/161811f36cad3c65991502e80317f2f6703361df/jakarta.xml.bind-api-4.0.5.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.activation/jakarta.activation-api/2.1.4/9e5c2a0d75dde71a0bedc4dbdbe47b78a5dc50f8/jakarta.activation-api-2.1.4.jar:/home/runner/.gradle/caches/modules-2/files-2.1/jakarta.servlet/jakarta.servlet-api/6.1.0/1169a246913fe3823782af7943e7a103634867c5/jakarta.servlet-api-6.1.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.samskivert/jmustache/1.16/979c7145a406b83bf28da32531f88a34c2d2919c/jmustache-1.16.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.minidev/json-smart/2.6.0/5f858a43a325a8673da6869ab2bc787a1bcb2244/json-smart-2.6.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-observation/1.18.0-M1/edcba6232170f393b96a0113f0824b95c71c57af/micrometer-observation-1.18.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-commons/1.18.0-M1/455cc7f52d0dd4089602552bf491cbee8a835fd3/micrometer-commons-1.18.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.projectreactor.netty/reactor-netty-core/1.4.0-M1/398e47cb4bf71a943b787401a6ccf0864d815f02/reactor-netty-core-1.4.0-M1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.projectreactor/reactor-core/3.8.7/cf54bb43d59d6bb9b3ba5c160c975d4a18f351ab/reactor-core-3.8.7.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.jspecify/jspecify/1.0.1/3d60fd98eb8ade73004f4195c37b6317e02cf3d7/jspecify-1.0.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-core/1.6.1/635caf319525a1cbc3f0b09d6e83bbf30ff5eb06/logback-core-1.6.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.reactivestreams/reactive-streams/1.0.4/3864a1320d97d7b045f729a326e1e077661f31b7/reactive-streams-1.0.4.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-named-locks/1.9.27/72c89ad87be374309a7308ee144949360ed482e8/maven-resolver-named-locks-1.9.27.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.18/78a9e7a37cd6360e0b818e86341b24123d28d4df/slf4j-api-2.0.18.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/2.6/2bc14918a2f8d5414749ab12d0c590cd3198b8c1/snakeyaml-2.6.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http2/4.2.17.Final/cf440d723f9679df95a1c5b89dbff8867deee41e/netty-codec-http2-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http3/4.2.17.Final/33d1459544fcc35f58cb307b47106d447cccb125/netty-codec-http3-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler-proxy/4.2.17.Final/17f50f65e784e1cc2ddc5bbe30fdaa1193f93265/netty-handler-proxy-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http/4.2.17.Final/67610763a8f351161a9bad705a83e9a96a49e92f/netty-codec-http-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns-native-macos/4.2.17.Final/fc5e5b282fe7f90dfd5b2e2fc0e74618ab9e391/netty-resolver-dns-native-macos-4.2.17.Final-osx-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns-classes-macos/4.2.17.Final/f2d1c08d8b7a9125ce5aa494d67bbacd517bc0bd/netty-resolver-dns-classes-macos-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns/4.2.17.Final/1f42702711fab2b44e8aa8be4ccbd23441ea9024/netty-resolver-dns-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.2.17.Final/f7283f9f4bc6ceb16568aaf0a8038d5eaf284d3f/netty-transport-native-epoll-4.2.17.Final-linux-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-compression/4.2.17.Final/ac6829387c962174e2efbcc94e833c9524ca1459/netty-codec-compression-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/6bd5c6f3c896cb23810de68847b583d5b1f09854/netty-codec-native-quic-4.2.17.Final-linux-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/5c68175f8e6b6cf17289ba290838f0eb9b47f89/netty-codec-native-quic-4.2.17.Final-linux-aarch_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/b13384f2dbb7d9acf6a865c113c1936cff2b6f7b/netty-codec-native-quic-4.2.17.Final-osx-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/f9bdbd8ac5d4607f4a9eae29ba9b6731a97c872/netty-codec-native-quic-4.2.17.Final-osx-aarch_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-native-quic/4.2.17.Final/3b92055f779d7cf5214fce7c0cc3ce12a8d53f5c/netty-codec-native-quic-4.2.17.Final-windows-x86_64.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-classes-quic/4.2.17.Final/29e7763142b0221d412ea7c8d4f0cc1c08bfb526/netty-codec-classes-quic-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.2.17.Final/ed53dae90d09306b42bc886fa292510abdf5c5dc/netty-handler-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-dns/4.2.17.Final/300fd8d673cf801b36bfae0f2557d46ebc9658e5/netty-codec-dns-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-socks/4.2.17.Final/ff173f7fff8473232eaa89a915d75af38b2bef48/netty-codec-socks-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-base/4.2.17.Final/7034de26b574322f365c790b9d6eb0634edab854/netty-codec-base-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-classes-epoll/4.2.17.Final/ac30be5ef672aa7a213c7753ed803eeaf2943783/netty-transport-classes-epoll-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-unix-common/4.2.17.Final/c404f2366b51136d4a2fde678eec95be6d10ca16/netty-transport-native-unix-common-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport/4.2.17.Final/34335dc106caa0aefc242900d38ade65c8de64f4/netty-transport-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-buffer/4.2.17.Final/daba397ff4ce7b22f6ac1e1f419e6e7754c135be/netty-buffer-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver/4.2.17.Final/6cba9d93bb06297cef0b7ac34e3873b6a25b4e3b/netty-resolver-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.2.17.Final/57fa9e9af0bf70530e2fe1c8c8d6138f9167cf7a/netty-common-4.2.17.Final.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.vaadin.external.google/android-json/0.0.20131108.vaadin1/fa26d351fe62a6a17f5cda1287c1c6110dec413f/android-json-0.0.20131108.vaadin1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-collections4/4.5.0/e5cf89f0c6e132fc970bd9a465fdcb8dbe94f75a/commons-collections4-4.5.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.22.0/5b1e18bc0ad651ed878029d83f88d9c8189fd51e/commons-io-2.22.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.21/b1bc1868bf02dc0bd6c7836257a036a331005309/jackson-annotations-2.21.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-core/1.8.0/4c935de81dc5eee8d9d362b7d8651620bc57e86a/prometheus-metrics-core-1.8.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-exposition-textformats/1.8.0/6fa37bb0e23926b4fd90f5a05063522ba426a6f0/prometheus-metrics-exposition-textformats-1.8.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-model/1.8.0/cd79bf59ba6d5c014e2b7380f83c9359d68445ef/prometheus-metrics-model-1.8.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-config/1.8.0/42e6da5241a6e66ccb788da6fc62a6e6c588658d/prometheus-metrics-config-1.8.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/io.prometheus/prometheus-metrics-tracer-common/1.8.0/da8fdb7c20900ed548f7d2815669832b4a3160ea/prometheus-metrics-tracer-common-1.8.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model/3.9.13/26c1ad1d305ee6d3e3b0e81bb8124d3fb4c52030/maven-model-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-repository-metadata/3.9.13/dcb8ae5f9954a9a798588a96aec1b94436f4cf73/maven-repository-metadata-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.9.13/84700887f5cace819b2d5020b04f18317c57f812/maven-artifact-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.6.0/e8bc129728f22671a36fff3b604edcd39073a7b1/plexus-utils-3.6.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-interpolation/1.29/5dd1b1fbaca263ad5baa169fbd8e804c789c9db5/plexus-interpolation-1.29.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-builder-support/3.9.13/fda379b97d5acd4caa4ae2707032f74959993fc6/maven-builder-support-3.9.13.jar:/home/runner/.gradle/caches/modules-2/files-2.1/net.minidev/accessors-smart/2.6.0/2d96f1d9b6ab7f13261aa81b15703574185747a0/accessors-smart-2.6.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.9.1/2ceea6ab43bcae1979b2a6d85fc0ca429877e5ab/asm-9.9.1.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.hdrhistogram/HdrHistogram/2.2.2/7959933ebcc0f05b2eaa5af0a0c8689fa257b15c/HdrHistogram-2.2.2.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.objenesis/objenesis/3.3/1049c09f1de4331e8193e579448d0916d75b7631/objenesis-3.3.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.thoughtworks.qdox/qdox/2.2.0/39651eb3ce73d6e506490ea352e1e13eab6b55e8/qdox-2.2.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.48.0/bbe30942a31d1778c74cb272321267eca82dc708/error_prone_annotations-2.48.0.jar:/home/runner/.gradle/caches/modules-2/files-2.1/org.opentest4j/opentest4j/1.3.0/152ea56b3a72f655d4fd677fc0ef2596c3dd5e6e/opentest4j-1.3.0.jar"
      },
      "java.vm.vendor" : {
        "value" : "BellSoft"
      }
    }
  }, {
    "name" : "systemEnvironment",
    "properties" : {
      "JAVA_HOME" : {
        "origin" : "System Environment Property \"JAVA_HOME\"",
        "value" : "/opt/hostedtoolcache/Java_Liberica_jdk/25.0.4-9/x64"
      }
    }
  }, {
    "name" : "Config resource 'class path resource [org/springframework/boot/actuate/docs/env/application.properties]' via location 'classpath:/org/springframework/boot/actuate/docs/env/'",
    "properties" : {
      "com.example.cache.max-size" : {
        "origin" : "class path resource [org/springframework/boot/actuate/docs/env/application.properties] - 1:29",
        "value" : "1000"
      }
    }
  }, {
    "name" : "applicationInfo",
    "properties" : { }
  } ]
}
Sanitization of sensitive values has been switched off for this example.

Response Structure

The response contains details of the application’s Environment. The following table describes the structure of the response:

Path Type Description

activeProfiles

Array

Names of the active profiles, if any.

defaultProfiles

Array

Names of the default profiles, if any.

propertySources

Array

Property sources in order of precedence.

propertySources.[].name

String

Name of the property source.

propertySources.[].properties

Object

Properties in the property source keyed by property name.

propertySources.[].properties.*.value

String

Value of the property.

propertySources.[].properties.*.origin

String

Origin of the property, if any.

Retrieving a Single Property

To retrieve a single property, make a GET request to /actuator/env/{property.name}, as shown in the following curl-based example:

$ curl 'http://localhost:8080/actuator/env/com.example.cache.max-size' -i -X GET

The preceding example retrieves information about the property named com.example.cache.max-size. The resulting response is similar to the following:

HTTP/1.1 200 OK
Content-Disposition: inline;filename=f.txt
Content-Type: application/vnd.spring-boot.actuator.v3+json
Content-Length: 722

{"activeProfiles":[],"defaultProfiles":["default"],"property":{"source":"Config resource 'class path resource [org/springframework/boot/actuate/docs/env/application.properties]' via location 'classpath:/org/springframework/boot/actuate/docs/env/'","value":"1000"},"propertySources":[{"name":"servletContextInitParams"},{"name":"systemProperties"},{"name":"systemEnvironment"},{"name":"Config resource 'class path resource [org/springframework/boot/actuate/docs/env/application.properties]' via location 'classpath:/org/springframework/boot/actuate/docs/env/'","property":{"origin":"class path resource [org/springframework/boot/actuate/docs/env/application.properties] - 1:29","value":"1000"}},{"name":"applicationInfo"}]}
Sanitization of sensitive values has been switched off for this example.

Response Structure

The response contains details of the requested property. The following table describes the structure of the response:

Path Type Description

property

Object

Property from the environment, if found.

property.source

String

Name of the source of the property.

property.value

String

Value of the property.

activeProfiles

Array

Names of the active profiles, if any.

defaultProfiles

Array

Names of the default profiles, if any.

propertySources

Array

Property sources in order of precedence.

propertySources.[].name

String

Name of the property source.

propertySources.[].property

Object

Property in the property source, if any.

propertySources.[].property.value

Varies

Value of the property.

propertySources.[].property.origin

String

Origin of the property, if any.