Updated on 2022-08-17 GMT+08:00

Env Embedded Objects

An Env embedded object provides a method of obtaining an environment variable value.

Method

Table 1 Method description

Method

Description

String get(String name)

Obtains the value of a specified environment variable.

Example

The EL expression used to obtain the value of environment variable test is as follows:

#{Env.get("test")}