We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 393755c commit fc4e98aCopy full SHA for fc4e98a
README.md
@@ -189,8 +189,9 @@ for (DotenvEntry e : dotenv.entries()) {
189
- with [Maven (simple)](examples/maven-simple)
190
- see [Java tests](./src/test/java/tests/DotenvTests.java)
191
192
-## Cool libs that build on dotenv-java
193
-- Spring [spring-dotenv](https://github.com/paulschwarz/spring-dotenv)
+## Powered by dotenv-java
+- [spring-dotenv](https://github.com/paulschwarz/spring-dotenv) - dotenv-java as a Spring PropertySource
194
+- [dotenv-kotlin](https://github.com/cdimascio/kotlin-dotenv) - a Kotlin DSL for dotenv-java
195
196
## Javadoc
197
0 commit comments