Skip to content

Release 2.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 20:37

Supports configuration (optional) of the dotenv loader https://github.com/paulschwarz/spring-dotenv#configuration-optional

Installation

Maven

<dependency>
  <groupId>me.paulschwarz</groupId>
  <artifactId>spring-dotenv</artifactId>
  <version>2.4.1</version>
</dependency>

Gradle

implementation 'me.paulschwarz:spring-dotenv:2.4.1'