cdimascio / dotenv-java

🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file
https://github.com/cdimascio/dotenv-java
Apache License 2.0
444 stars 43 forks source link

Does not work with springboot 3.2.0 or higher #61

Open EGUASTAY opened 7 months ago

EGUASTAY commented 7 months ago

The dependency does not work for versions greater than or equal to springboot 3.2.0

cdimascio commented 1 month ago

Please provide additional details. How are you using dotenv in this context? what are the errors? How to reproduce them? Thanks!