Cannot detect API key from .env in my Spring Boot App
I want to create an app to use API Layer for currency exchange. I used a API key of Exchange Rates Data API in apilayer.com.
When I send a request to Get Rates defined in postman_collection in my repo.
I get this error message shown below
Here is the link : https://stackoverflow.com/questions/76300394/cannot-detect-api-key-from-env-in-my-spring-boot-app
How can I fix it?
When I send a request to Get Rates defined in postman_collection in my repo.
I get this error message shown below
Here is the link : https://stackoverflow.com/questions/76300394/cannot-detect-api-key-from-env-in-my-spring-boot-app
How can I fix it?
Stack Overflow
I want to create an app to use API Layer for currency exchange. I used a API key of Exchange Rates Data API in apilayer.com.
When I send a request to Get Rates defined in postman_collection in my r...
When I send a request to Get Rates defined in postman_collection in my r...