Release 2.4.1
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'