Uses of Interface
io.github.cdimascio.dotenv.Dotenv
-
Packages that use Dotenv Package Description io.github.cdimascio.dotenv Provides a system to manage environment variables using a .env file. -
-
Uses of Dotenv in io.github.cdimascio.dotenv
Methods in io.github.cdimascio.dotenv that return Dotenv Modifier and Type Method Description static DotenvDotenv. load()Creates and loads aDotenvinstance with default optionsDotenvDotenvBuilder. load()Load the contents of .env into the virtual environment.
-