File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 🗝️ dotenv-java
2
2
3
-  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [  ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [](https://gitter.im/cdimascio-oss/community) 
3
+  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [  ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [](https://gitter.im/cdimascio-oss/community) [](https://cdimascio.github.io/dotenv-java/javadoc/) 
4
4
5
5
A no-dependency, pure Java port of the Ruby dotenv project. Load environment variables from a ` .env ` file.
6
6
@@ -185,6 +185,10 @@ for (DotenvEntry e : dotenv.entries()) {
185
185
- with [ Maven (simple)] ( examples/maven-simple )
186
186
- see [ Java tests] ( ./src/test/java/tests/DotenvTests.java )
187
187
188
+ ## Javadoc
189
+
190
+ see [ javadoc] ( https://cdimascio.github.io/dotenv-java/javadoc/ )
191
+
188
192
## FAQ
189
193
190
194
** Q:** Should I deploy a ` .env ` to e.g. production?
You can’t perform that action at this time.
0 commit comments