Environment details

The environment ;(env) endpoint provides information about the operating system, JVM ;installation, classpath, system environment variable, and the values configured in various ;application properties files. The following screenshot shows the environment endpoint in the HAL Browser:

An extract from the response from the /application/env service is shown here. It shows a few system details as well as the details from application configuration:

"systemEnvironment": {    "JAVA_MAIN_CLASS_13377": "com.mastering.spring.springboot.Application",    "PATH": "/usr/bin:/bin:/usr/sbin:/sbin",    "SHELL": "/bin/bash", "JAVA_STARTED_ON_FIRST_THREAD_13019": ...

Get Mastering Spring 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.