Update a config value with compile time Dependency Injection in Play Java framework

52 views Asked by At

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 ?

0

There are 0 answers