I have a entry on application.properties like this.
stackoverflow.questiontitle=I cant see this from environment
But in my code im unable to see it.
As you cann see the @Value is working but this time i need it from Environment or ApplicationContext how can i do that? thanks
Yep i mean the @Value i can see the property but i need it from Environment on other class yep is failing on runtime
Is running prod profile