paulschwarz / spring-dotenv

Provides a Dotenv property source for Spring
MIT License
325 stars 23 forks source link

Demo application linked in README.md links to 404 page #13

Closed Noitcereon closed 2 years ago

Noitcereon commented 2 years ago

The link is at the top of the Usage section with the text: "Refer to the demo application."

Noitcereon commented 2 years ago

I looked in the commit history and I presume this is the updated link: https://github.com/paulschwarz/spring-dotenv/tree/master/examples/application

paulschwarz commented 2 years ago

Indeed, I moved it a couple of days ago and forgot to update the readme. Please submit a PR if you have a minute and I'll accept it.

Also note that the demo application shows various Spring techniques for references properties, you don't need to use all of them, just pick the technique you prefer. Perhaps I'll split out the demo into multiple demos showing each technique in turn. Just an improvement. Mental note ;)