Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

maven-simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

maven-simple

Simple dotenv-kotlin 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