Read environment variables in .env file for liquibase.properties

Hi everyone,

I have an .env file in my Spring Boot project and it contains environment variables, I want to use that for liquibase.properties file. However, I see that liquibase.properties cannot read the value in .env file. What should I do?