I have play framework Java App. I am trying to update a config value from application.conf with compile time dependency injection. Basically I want to update value of db.password config in application.conf when application loads.
Any implementation example on how to achieve this ?