Skip to content

cdimascio/java-dotenv-example

Repository files navigation

java-dotenv-example

Simple dotenv-java example using maven.

Clone

git clone 

Compile

mvn compile

Run

mvn exec:java -Dexec.mainClass="io.github.cdimascio.examples.dotenv.Main"

The program outputs the value of the env var MY_ENV. In this case, MY_VALUE

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages