JR-Abstract / reddit-clone-abstract

MIT License
1 stars 0 forks source link

Use spring.config.import for env #111

Open Y-Maxym opened 6 months ago

Y-Maxym commented 6 months ago

We can use something like spring.config.import=optional:file:localhost.env[.properties] in the application.properties file This is how you can import env variables into an application file using spring methods

Y-Maxym commented 6 months ago

This task was made in a pull request #114